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