From 201e117ae3e4a815388820b6f7de253492b43e61 Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 2 Mar 2015 23:00:24 +0800 Subject: [PATCH] fix ip --- dnscrypt/pdnsd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnscrypt/pdnsd.conf b/dnscrypt/pdnsd.conf index 25ce378..da2765e 100644 --- a/dnscrypt/pdnsd.conf +++ b/dnscrypt/pdnsd.conf @@ -2,7 +2,7 @@ global { perm_cache=16384; cache_dir="/var/cache/pdnsd"; run_as="pdnsd"; - server_ip = 127.0.0.1; + server_ip = 0.0.0.0; status_ctl = on; query_method=udp_tcp; min_ttl=15m; # Retain cached entries at least 15 minutes.