git ssb

0+

cel / sslh



Tree: f4d2a8d2adb32056e656a73ce3d1d1d155f81046

Files: f4d2a8d2adb32056e656a73ce3d1d1d155f81046 / basic.cfg

735 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