Update example-dnscrypt-proxy.toml

This commit is contained in:
Euler Alves 2019-03-17 19:14:38 -03:00 committed by GitHub
parent 1848958a51
commit 7523e29eb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
## List of local addresses and ports to listen to. Can be IPv4 and/or IPv6.
## Note: When using systemd socket activation, choose an empty set (i.e. [] ).
listen_addresses = ['127.0.0.1:5354', '[::1]:5354']
listen_addresses = ['127.0.0.1:53', '[::1]:53']
## Maximum number of simultaneous client connections to accept