Update example-dnscrypt-proxy.toml
This commit is contained in:
parent
1848958a51
commit
7523e29eb6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue