diff options
| author | Michael Peter Christen <mc@yacy.net> | 2025-07-23 21:47:57 +0900 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2025-07-23 21:47:57 +0900 |
| commit | 055a2eaa250e97cbac21e42316db27b76e9c8798 (patch) | |
| tree | 7ab973480f4e56d30a1cfbb6ff8a84ed6351db1f /defaults | |
| parent | 6dc8fe872edd3a6f483fb9b5d5c33779340cbc51 (diff) | |
implemented option for bind address of host.
Diffstat (limited to 'defaults')
| -rw-r--r-- | defaults/yacy.init | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init index d1622ba73..4bd2d8fa0 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -10,6 +10,9 @@ # port number where the server should bind to
port = 8090
+# The network interface this connector binds to as an IP address or a hostname.
+host = 0.0.0.0
+
# optinal ssl port (https port) the server should bind to
port.ssl = 8443
|
