Set :5354 as listening port

This commit is contained in:
quindecim 2020-05-11 16:41:51 -04:00
parent e6215a2d7f
commit 5c8272684a
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ server_names = ['dnscrypt.eu-dk', 'dnscrypt.eu-nl', 'dnscrypt.uk-ipv4', 'meganer
## Example with both IPv4 and IPv6:
## 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