From d8e9b76a59114ff97bf166365988f9e8c73cd111 Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 2 Mar 2015 12:15:27 +0800 Subject: [PATCH] update --- dnscrypt/services.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dnscrypt/services.conf b/dnscrypt/services.conf index 385cc85..5b2cb2b 100644 --- a/dnscrypt/services.conf +++ b/dnscrypt/services.conf @@ -1,5 +1,7 @@ [program:dnscrypt] +priority = 100 command = dnscrypt-proxy -a 127.0.0.1:2053 -R opendns [program:dnsmasq] -command = dnsmasq -d +priority = 200 +command = dnsmasq -d -C /etc/dnsmasq.conf