1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:50 +02:00
dockerfiles/chinadns/services.conf

19 lines
543 B
Plaintext
Raw Normal View History

2015-03-05 18:16:47 +02:00
[program:chinadns]
priority = 100
2015-05-31 06:17:22 +02:00
command = chinadns -b 127.0.0.1
-c /etc/chnroute.txt
-m
-p 2053
-s 114.114.114.114,208.67.222.222:443,8.8.8.8
-y 0.3
2015-03-05 18:16:47 +02:00
[program:dnsmasq]
priority = 200
2015-05-23 07:47:12 +02:00
command = dnsmasq --cache-size=25000
--conf-file=/dev/null
--keep-in-foreground
--log-facility=/dev/stdout
--no-resolv
--server=127.0.0.1#2053
2015-05-23 07:26:32 +02:00
--user=root