Changes between Version 31 and Version 32 of ProxyServer
- Timestamp:
- 05/08/18 16:25:09 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProxyServer
v31 v32 49 49 xpra start :100 --start=xterm 50 50 }}} 51 * start the proxy server tcp port 8443:51 * start a proxy server available on tcp port 14501: 52 52 {{{ 53 xpra proxy :20 --auth=allow --bind-tcp=0.0.0.0: 844353 xpra proxy :20 --auth=allow --bind-tcp=0.0.0.0:14501 54 54 }}} 55 55 * if only one session is accessible for this user, you can connect via the proxy with: 56 56 {{{ 57 xpra attach tcp://:foo@PROXYHOST: 8443/57 xpra attach tcp://:foo@PROXYHOST:14501/ 58 58 }}} 59 59 60 60 If there is more than one existing session accessible for this user, the client also needs to specify which display it wishes to connect to using the extended attach syntax: "{{{tcp/USERNAME:PASSWORD@SERVER:PORT/DISPLAY}}}": 61 61 {{{ 62 xpra attach tcp://:foo@ 127.0.0.1:8443/10062 xpra attach tcp://:foo@PROXYHOST:14501/100 63 63 }}} 64 64 [[BR]]