git ssb

0+

cel / sslh



Tree: 8758a298ba730832838ef982fa8a2e07d3ca6f69

Files: 8758a298ba730832838ef982fa8a2e07d3ca6f69 / basic.cfg

737 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;
8transparent: false;
9timeout: "2";
10user: "nobody";
11pidfile: "/var/run/sslh.pid";
12
13
14# Change hostname with your external address name.
15listen:
16(
17 { host: "thelonious"; port: "443"; }
18);
19
20protocols:
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