1 # Default Arch configuration
2 # You can find more examples in /usr/share/doc/sslh
8 { host: "0.0.0.0"; port: "443"; }
13 { name: "ssh"; service: "ssh"; host: "localhost"; port: "22"; probe: "builtin"; },
14 { name: "openvpn"; host: "localhost"; port: "1194"; probe: "builtin"; },
15 { name: "xmpp"; host: "localhost"; port: "5222"; probe: "builtin"; },
16 { name: "http"; host: "localhost"; port: "80"; probe: "builtin"; },
17 { name: "tls"; host: "localhost"; port: "8443"; probe: "builtin"; },
18 { name: "anyprot"; host: "localhost"; port: "8443"; probe: "builtin"; }
21 # vim:set ts=4 sw=4 et: