xrdp: update xrdp.ini.in

This commit is contained in:
Jay Sorg 2018-05-18 14:12:10 -07:00
parent e3f41da2cc
commit 216ba3b4d4

View File

@ -7,14 +7,14 @@ fork=true
; ports to listen on, examples ; ports to listen on, examples
;unix://./tmp/xrdp.socket ;unix://./tmp/xrdp.socket
;tcp://.:3389/ (<- Localhost 127.0.0.1:3389) ;tcp://.:3389 (<- 127.0.0.1:3389)
;tcp://:3389/ (<- *:3389) ;tcp://:3389 (<- *:3389)
;tcp://<any ipv4 format addr>:3389) (<- 192.168.1.1:3389) ;tcp://<any ipv4 format addr>:3389 (<- 192.168.1.1:3389)
;tcp6://.:3389/ ;tcp6://.:3389
;tcp6://:3389/ ;tcp6://:3389
;tcp6://<any ipv6 format>:3389/ ;tcp6://{<any ipv6 format addr>}:3389
;vsock://<cid>:<port>/ ;vsock://<cid>:<port>
port=3389 port=tcp://:3389
; 'port' above should be connected to with vsock instead of tcp ; 'port' above should be connected to with vsock instead of tcp
use_vsock=false use_vsock=false