mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
20 lines
391 B
Diff
20 lines
391 B
Diff
diff --git a/basic.cfg b/basic.cfg
|
|
index 2cb4d41..fa53543 100644
|
|
--- a/basic.cfg
|
|
+++ b/basic.cfg
|
|
@@ -6,14 +6,12 @@
|
|
|
|
timeout: 2;
|
|
user: "nobody";
|
|
-pidfile: "/var/run/sslh.pid";
|
|
-
|
|
|
|
# Change hostname with your external address name, or the IP
|
|
# of the interface that receives connections
|
|
listen:
|
|
(
|
|
- { host: "thelonious"; port: "443"; }
|
|
+ { host: "0.0.0.0"; port: "443"; }
|
|
);
|
|
|
|
|