1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
This commit is contained in:
kev 2015-05-23 13:26:32 +08:00
parent b58fa2e70a
commit 4923d6493c

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