Changes between Version 35 and Version 36 of ProxyServer
- Timestamp:
- 06/05/18 15:03:36 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProxyServer
v35 v36 117 117 * Start a proxy server on port 14501 using the "{{{sqlite}}}" authentication module (we will call this server {{{PROXYHOST}}}): 118 118 {{{ 119 xpra proxy :100 --bind-tcp=0.0.0.0:14501 -- auth=sqlite,filename=./xpra-auth.sdb119 xpra proxy :100 --bind-tcp=0.0.0.0:14501 --tcp-auth=sqlite,filename=./xpra-auth.sdb 120 120 }}} 121 121 and add user entries (ie: {{{foo}}} with password {{{bar}}}), pointing to the {{{TARGETHOST}}} session (ie: {{{192.168.1.200}}} is the {{{TARGETHOST}}}'s IP):