git ssb

0+

cel / sslh



Tree: 2781c75ff99cd5da7b25f6b883d78ff3de987308

Files: 2781c75ff99cd5da7b25f6b883d78ff3de987308 / basic.cfg

809 bytesRaw
1# This is a basic configuration file that should provide
2# sensible values for "standard" setup.
3
4verbose: false;
5foreground: false;
6inetd: false;
7numeric: false;
8timeout: 2;
9user: "nobody";
10pidfile: "/var/run/sslh.pid";
11
12
13# Change hostname with your external address name.
14listen:
15(
16 { host: "thelonious"; port: "443"; }
17);
18
19protocols:
20(
21 { name: "ssh"; service: "ssh"; host: "localhost"; port: "22"; probe: "builtin"; },
22 { name: "openvpn"; host: "localhost"; port: "1194"; probe: "builtin"; },
23 { name: "xmpp"; host: "localhost"; port: "5222"; probe: "builtin"; },
24 { name: "http"; host: "localhost"; port: "80"; probe: "builtin"; },
25 { name: "ssl"; host: "localhost"; port: "443"; probe: "builtin"; },
26 { name: "anyprot"; host: "localhost"; port: "443"; probe: "builtin"; }
27);
28
29

Built with git-ssb-web