correctly spawn multiple tcp listeners for each address
This commit is contained in:
parent
2ffc8ff0cc
commit
361aa9a5d7
4 changed files with 47 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue