1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-03 13:21:35 +02:00
dockerfiles/chinadns/services.conf
2015-05-23 12:48:11 +08:00

12 lines
315 B
Plaintext

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