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

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

View File

@ -35,6 +35,9 @@ server_names = ['acsacsar-ams-ipv4', 'arvind-io', 'bcn-dnscrypt', 'd0wn-tz-ns1',
## 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:5354']