git ssb

0+

cel / sslh



Commit 1814bcb43cdf455b847c17f1313eb35d73f94716

Fixed typo in example configuration files

Yves Rutschle committed on 2/2/2016, 7:53:10 PM
Parent: 555005f455df706c6754c9407654c66ca1b4feb3

Files changed

basic.cfgchanged
example.cfgchanged
basic.cfgView
@@ -5,9 +5,9 @@
55 foreground: false;
66 inetd: false;
77 numeric: false;
88 transparent: false;
9-timeout: "2";
9+timeout: 2;
1010 user: "nobody";
1111 pidfile: "/var/run/sslh.pid";
1212
1313
example.cfgView
@@ -7,9 +7,9 @@
77 foreground: true;
88 inetd: false;
99 numeric: false;
1010 transparent: false;
11-timeout: "2";
11+timeout: 2;
1212 user: "nobody";
1313 pidfile: "/var/run/sslh.pid";
1414
1515

Built with git-ssb-web