Set :5354 as listening port
This commit is contained in:
parent
e6215a2d7f
commit
5c8272684a
|
@ -36,7 +36,7 @@ server_names = ['dnscrypt.eu-dk', 'dnscrypt.eu-nl', 'dnscrypt.uk-ipv4', 'meganer
|
||||||
## Example with both IPv4 and IPv6:
|
## Example with both IPv4 and IPv6:
|
||||||
## listen_addresses = ['127.0.0.1:53', '[::1]:53']
|
## listen_addresses = ['127.0.0.1:53', '[::1]:53']
|
||||||
|
|
||||||
listen_addresses = ['127.0.0.1:53']
|
listen_addresses = ['127.0.0.1:5354']
|
||||||
|
|
||||||
|
|
||||||
## Maximum number of simultaneous client connections to accept
|
## Maximum number of simultaneous client connections to accept
|
||||||
|
|
Loading…
Reference in New Issue