diff options
| author | Jan Wolff <janw@mailbox.org> | 2020-05-26 07:36:53 +0200 |
|---|---|---|
| committer | Jan Wolff <janw@mailbox.org> | 2020-05-26 07:36:53 +0200 |
| commit | 361aa9a5d76e08aa6b369e1d072fe20a9fd468e1 (patch) | |
| tree | 1055aa375250dc761c12ae7a9c0725515323a9ed /doc | |
| parent | 2ffc8ff0ccb0bfad7d69104cbc00b167589c780b (diff) | |
correctly spawn multiple tcp listeners for each address
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sheldond.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
