wok-next view sslh/stuff/sslh.conf @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents
children
line source
1 verbose: false;
2 foreground: true;
3 inetd: false;
4 numeric: false;
5 transparent: false;
6 timeout: 2;
7 user: "nobody";
8 pidfile: "/var/run/sslh.pid";
11 listen:
12 (
13 { host: "::0"; port: "443"; }
14 );
16 protocols:
17 (
18 { name: "ssh"; service: "ssh"; host: "localhost"; port: "22"; probe: "builtin"; },
19 { name: "openvpn"; host: "localhost"; port: "1194"; probe: "builtin"; },
20 { name: "xmpp"; host: "localhost"; port: "5222"; probe: "builtin"; },
21 { name: "http"; host: "localhost"; port: "80"; probe: "builtin"; },
22 { name: "ssl"; host: "localhost"; port: "8443"; probe: "builtin"; },
23 { name: "anyprot"; host: "localhost"; port: "8443"; probe: "builtin"; }
24 );