1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/chinadns/services.conf

13 lines
347 B
Plaintext
Raw Normal View History

2015-03-05 18:16:47 +02:00
[program:chinadns]
priority = 100
command = chinadns -m -c /etc/chnroute.txt -p 2053
[program:dnsmasq]
priority = 200
2015-05-23 07:26:32 +02:00
command = dnsmasq --cache-size=25000 \
2015-05-23 06:48:11 +02:00
--conf-file=/dev/null \
2015-05-23 07:26:32 +02:00
--keep-in-foreground \
2015-05-23 06:48:11 +02:00
--no-resolv \
2015-05-23 07:26:32 +02:00
--server=127.0.0.1#2053 \
--user=root