Changes between Version 13 and Version 14 of ProxyServer
- Timestamp:
- 07/26/14 10:16:02 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProxyServer
v13 v14 9 9 10 10 This can be very useful for hosts that have a limited number of publicly accessible ports, or for clients accessing servers through firewalls with outbound port filtering. (ie: you can put the server on port 80 or 443) 11 11 12 It can also be combined with the {{{--tcp-proxy}}} option to share the same TCP port with another server (ie: a web server): the non-xpra traffic will be forwarded to the destination of your choice. 12 13 [[BR]] … … 19 20 * a custom list of sessions configured through the "file-auth" mechanism 20 21 }}} 22 23 {{{#!div class="box" 24 == Diagram == 25 [[Image(Xpra-Proxy.png)]] 26 }}} 27 21 28 22 29 {{{#!div class="box"