1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
This commit is contained in:
kev 2015-05-23 13:47:12 +08:00
parent 4923d6493c
commit fcd883943e

@ -4,9 +4,10 @@ command = chinadns -m -c /etc/chnroute.txt -p 2053
[program:dnsmasq] [program:dnsmasq]
priority = 200 priority = 200
command = dnsmasq --cache-size=25000 \ command = dnsmasq --cache-size=25000
--conf-file=/dev/null \ --conf-file=/dev/null
--keep-in-foreground \ --keep-in-foreground
--no-resolv \ --log-facility=/dev/stdout
--server=127.0.0.1#2053 \ --no-resolv
--server=127.0.0.1#2053
--user=root --user=root