Changes between Version 7 and Version 8 of Ticket #473
- Timestamp:
- 12/30/13 04:44:38 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #473 – Description
v7 v8 9 9 And if I use the new tcp-proxy code: 10 10 {{{ 11 xpra start :10 --bind-tcp= 10000 --tcp-proxy=127.0.0.1:808011 xpra start :10 --bind-tcp=0.0.0.0:10000 --tcp-proxy=127.0.0.1:8080 12 12 }}} 13 13 When we make websocket request to the xpra port (10000), the http traffic goes through xpra to the proxy then back to xpra as tcp!