39 | | ||unix ||--bind=/path/to/socket ||socket:/path/to/socket ||auth=module || |
40 | | ||named-pipes||n/a||named-pipe:name ||auth=module || |
41 | | ||vsock ||--bind-vsock=auto:1234 ||vsock:host:1234 ||vsock-auth=module || |
42 | | ||TCP ||--bind-tcp=0.0.0.0:2345 ||tcp:127.0.0.1:2345 ||tcp-auth=module || |
43 | | ||SSL ||--bind-ssl=0.0.0.0:443 --ssl-cert=cert.pem ||ssl:127.0.0.1:443 ||ssl-auth=module || |
44 | | ||Websocket ||--bind-ws=0.0.0.0:8080 ||ws:127.0.0.1:8080 ||ws-auth=module || |
45 | | ||Secure Websocket ||--bind-wss=0.0.0.0:8080 --ssl-cert=cert.pem ||wss:127.0.0.1:8080 ||wss-auth=module || |
46 | | ||UDP ||--bind-udp=0.0.0.0:10000 ||udp:127.0.0.1:10000 ||udp-auth=module || |
47 | | ||SSH ||n/a ||ssh:HOST ||auth=module (usually redundant) || |
| 39 | ||unix ||{{{--bind=/path/to/socket}}} ||{{{socket:/path/to/socket}}} ||auth=module || |
| 40 | ||named-pipes||n/a||{{{named-pipe:name}}} ||{{{auth=module}}} || |
| 41 | ||vsock ||{{{--bind-vsock=auto:1234}}} ||{{{vsock://host:1234}}} ||{{{vsock-auth=module}}} || |
| 42 | ||TCP ||{{{--bind-tcp=0.0.0.0:2345}}} ||{{{tcp://127.0.0.1:2345}}} ||{{{tcp-auth=module}}} || |
| 43 | ||SSL ||{{{--bind-ssl=0.0.0.0:443 --ssl-cert=cert.pem}}} ||{{{ssl://127.0.0.1:443}}} ||{{{ssl-auth=module}}} || |
| 44 | ||Websocket ||{{{--bind-ws=0.0.0.0:8080}}} ||{{{ws://127.0.0.1:8080}}} ||{{{ws-auth=module}}} || |
| 45 | ||Secure Websocket ||{{{--bind-wss=0.0.0.0:8080 --ssl-cert=cert.pem}}} ||{{{wss:127.0.0.1:8080}}} ||{{{wss-auth=module}}} || |
| 46 | ||UDP ||{{{--bind-udp=0.0.0.0:10000}}} ||{{{udp://127.0.0.1:10000}}} ||{{{udp-auth=module}}} || |
| 47 | ||SSH (ie: openssh) ||n/a ||{{{ssh://HOST}}} ||{{{auth=module}}} (usually redundant, authentication is managed by the ssh server) || |
| 48 | ||SSH builtin||{{{--bind-ssh=0.0.0.0:22}}} ||{{{ssh://HOST}}} ||{{{ssh-auth=module}}} (important) || |
| 49 | |