# Default Arch configuration # You can find more examples in /usr/share/doc/sslh timeout: 2; transparent: true; verbose-fd: 0; # file descriptor activity, open/close/whatnot verbose-packets: 1; # hexdump packets on which probing is done verbose-probe-info: 1; # what's happening during the probe process listen: ( { host: "0.0.0.0"; port: "443"; } ); protocols: ( { name: "ssh"; service: "ssh"; host: "[external_ip_address]"; port: "22"; }, { name: "tls"; host: "[external_ip_address]"; port: "22000"; alpn_protocols: ["bep/1.0"];}, # { name: "openvpn"; host: "localhost"; port: "1194"; probe: "builtin"; }, # { name: "xmpp"; host: "localhost"; port: "5222"; probe: "builtin"; }, # { name: "http"; host: "localhost"; port: "80"; probe: "builtin"; }, { name: "tls"; host: "[external_ip_address]"; port: "8443";}, { name: "socks5"; host: "[external_ip_address]"; port: "1080";}, # { name: "anyprot"; host: "localhost"; port: "8443"; probe: "builtin"; } ); # vim:set ts=4 sw=4 et: