14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
$OpenBSD: patch-basic_cfg,v 1.5 2018/01/28 16:31:48 sthen Exp $
|
|
Index: basic.cfg
|
|
--- basic.cfg.orig
|
|
+++ basic.cfg
|
|
@@ -7,7 +7,7 @@ inetd: false;
|
|
numeric: false;
|
|
transparent: false;
|
|
timeout: 2;
|
|
-user: "nobody";
|
|
+user: "_sslh";
|
|
pidfile: "/var/run/sslh.pid";
|
|
chroot: "/var/empty";
|
|
|