correctly spawn multiple tcp listeners for each address

This commit is contained in:
Jan Wolff 2020-05-26 07:36:53 +02:00
parent 2ffc8ff0cc
commit 361aa9a5d7
4 changed files with 47 additions and 24 deletions

View file

@ -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