mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 17:55:15 +03:00
34 lines
880 B
Diff
34 lines
880 B
Diff
--- a/basic.cfg
|
|
+++ b/basic.cfg
|
|
@@ -2,20 +2,17 @@
|
|
# sensible values for "standard" setup.
|
|
|
|
verbose: false;
|
|
-foreground: false;
|
|
-inetd: false;
|
|
numeric: false;
|
|
transparent: false;
|
|
timeout: 2;
|
|
user: "nobody";
|
|
-pidfile: "/var/run/sslh.pid";
|
|
chroot: "/var/empty";
|
|
|
|
|
|
-# Change hostname with your external address name.
|
|
+# Change host with your external address name.
|
|
listen:
|
|
(
|
|
- { host: "thelonious"; port: "443"; }
|
|
+ { host: "0.0.0.0"; port: "443"; }
|
|
);
|
|
|
|
protocols:
|
|
@@ -24,7 +21,6 @@
|
|
{ name: "openvpn"; host: "localhost"; port: "1194"; },
|
|
{ name: "xmpp"; host: "localhost"; port: "5222"; },
|
|
{ name: "http"; host: "localhost"; port: "80"; },
|
|
- { name: "ssl"; host: "localhost"; port: "443"; log_level: 0; },
|
|
+ { name: "tls"; host: "localhost"; port: "443"; log_level: 0; },
|
|
{ name: "anyprot"; host: "localhost"; port: "443"; }
|
|
);
|
|
-
|