[UPSTREAM] - Explain how to listen to all IP addresses

53c8e25352
This commit is contained in:
quindecim 2021-01-23 04:50:01 -05:00
parent 3137e9a3b3
commit 872c5a0ba8
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@
## List of local addresses and ports to listen to. Can be IPv4 and/or IPv6.
## Example with both IPv4 and IPv6:
## listen_addresses = ['127.0.0.1:53', '[::1]:53']
##
## To listen to all IPv4 addresses, use `listen_addresses = ['0.0.0.0:53']`
## To listen to all IPv4+IPv6 addresses, use `listen_addresses = ['[::]:53']`
listen_addresses = ['127.0.0.1:53']