From 361aa9a5d76e08aa6b369e1d072fe20a9fd468e1 Mon Sep 17 00:00:00 2001 From: Jan Wolff Date: Tue, 26 May 2020 07:36:53 +0200 Subject: correctly spawn multiple tcp listeners for each address --- doc/sheldond.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/sheldond.conf') diff --git a/doc/sheldond.conf b/doc/sheldond.conf index 1c04c87..cbcdc59 100644 --- a/doc/sheldond.conf +++ b/doc/sheldond.conf @@ -6,7 +6,7 @@ gem_root = ./doc # you can define as many of these as you like listen = 0.0.0.0:1965 -listen = [::]:1965 +listen = [::1]:1965 # privilege level for the server to drop to after initializing user = nobody -- cgit v1.2.3