archrelease: copy trunk to community-any
[ArchLinux/community.git] / sslh / trunk / sslh.cfg
blob0bad1867b0dd24cbb9d23e521a122590cc28422d
1 # Default Arch configuration
2 # You can find more examples in /usr/share/doc/sslh
4 timeout: 2;
6 listen:
8     { host: "0.0.0.0"; port: "443"; }
9 );
11 protocols:
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: