summaryrefslogtreecommitdiff
path: root/doc/sheldond.conf
diff options
context:
space:
mode:
authorJan Wolff <janw@mailbox.org>2020-05-26 06:49:20 +0200
committerJan Wolff <janw@mailbox.org>2020-05-26 06:49:20 +0200
commit2ffc8ff0ccb0bfad7d69104cbc00b167589c780b (patch)
treeff344bee57957c237bba560d59713a09ce3f3189 /doc/sheldond.conf
parentaa041cc4a6d2ed4c817eadfdd36d3bd73d0f0cf1 (diff)
correctly adhere to spec in most request cases
Diffstat (limited to 'doc/sheldond.conf')
-rw-r--r--doc/sheldond.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sheldond.conf b/doc/sheldond.conf
index 7c39f06..1c04c87 100644
--- a/doc/sheldond.conf
+++ b/doc/sheldond.conf
@@ -5,8 +5,8 @@ default_host = localhost
gem_root = ./doc
# you can define as many of these as you like
-listen = [::1]:1965
-listen = 127.0.0.1:1965
+listen = 0.0.0.0:1965
+listen = [::]:1965
# privilege level for the server to drop to after initializing
user = nobody