From 7523e29eb6666a2c2da881d36acbdd9362df8432 Mon Sep 17 00:00:00 2001 From: Euler Alves Date: Sun, 17 Mar 2019 19:14:38 -0300 Subject: [PATCH] Update example-dnscrypt-proxy.toml --- config/example-dnscrypt-proxy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/example-dnscrypt-proxy.toml b/config/example-dnscrypt-proxy.toml index 6ec707c..124fd99 100644 --- a/config/example-dnscrypt-proxy.toml +++ b/config/example-dnscrypt-proxy.toml @@ -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