added missing config

This commit is contained in:
Radar231 2023-11-12 06:00:39 -05:00
parent 6a26729df9
commit b63e8dd8b9
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ MAXAGE 25
# LISTEN <address> [<port>]
# LISTEN 127.0.0.1 3493
# LISTEN ::1 3493
LISTEN 0.0.0.0 3493
#
# This defaults to the localhost listening addresses and port 3493.
# In case of IP v4 or v6 disabled kernel, only the available one will be used.