From 2ffc8ff0ccb0bfad7d69104cbc00b167589c780b Mon Sep 17 00:00:00 2001 From: Jan Wolff Date: Tue, 26 May 2020 06:49:20 +0200 Subject: correctly adhere to spec in most request cases --- doc/sheldond.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3