From fcd883943e778018730ddf8812b7c10ff510877a Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 23 May 2015 13:47:12 +0800 Subject: [PATCH] fix --- chinadns/services.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/chinadns/services.conf b/chinadns/services.conf index 9f26ca5..0c6956f 100644 --- a/chinadns/services.conf +++ b/chinadns/services.conf @@ -4,9 +4,10 @@ command = chinadns -m -c /etc/chnroute.txt -p 2053 [program:dnsmasq] priority = 200 -command = dnsmasq --cache-size=25000 \ - --conf-file=/dev/null \ - --keep-in-foreground \ - --no-resolv \ - --server=127.0.0.1#2053 \ +command = dnsmasq --cache-size=25000 + --conf-file=/dev/null + --keep-in-foreground + --log-facility=/dev/stdout + --no-resolv + --server=127.0.0.1#2053 --user=root