1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/chinadns/services.conf

19 lines
543 B
Plaintext
Raw Normal View History

2015-03-05 16:16:47 +00:00
[program:chinadns]
priority = 100
2015-05-31 04:17:22 +00: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 16:16:47 +00:00
[program:dnsmasq]
priority = 200
2015-05-23 05:47:12 +00: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 05:26:32 +00:00
--user=root