mirror of
https://github.com/moparisthebest/sslh
synced 2025-02-16 06:50:14 -05:00
Fix libconfig issue with integer parameters on x64
This commit is contained in:
parent
d91cd59bba
commit
43d2db9123
@ -6,7 +6,7 @@ foreground: false;
|
|||||||
inetd: false;
|
inetd: false;
|
||||||
numeric: false;
|
numeric: false;
|
||||||
transparent: false;
|
transparent: false;
|
||||||
timeout: 2;
|
timeout: "2";
|
||||||
user: "nobody";
|
user: "nobody";
|
||||||
pidfile: "/var/run/sslh.pid";
|
pidfile: "/var/run/sslh.pid";
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ foreground: true;
|
|||||||
inetd: false;
|
inetd: false;
|
||||||
numeric: false;
|
numeric: false;
|
||||||
transparent: false;
|
transparent: false;
|
||||||
timeout: 2;
|
timeout: "2";
|
||||||
user: "nobody";
|
user: "nobody";
|
||||||
pidfile: "/var/run/sslh.pid";
|
pidfile: "/var/run/sslh.pid";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user