mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:02 +02:00
14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
[program:chinadns]
|
|
priority = 100
|
|
command = chinadns -m -c /etc/chnroute.txt -p 2053
|
|
|
|
[program:dnsmasq]
|
|
priority = 200
|
|
command = dnsmasq --cache-size=25000
|
|
--conf-file=/dev/null
|
|
--keep-in-foreground
|
|
--log-facility=/dev/stdout
|
|
--no-resolv
|
|
--server=127.0.0.1#2053
|
|
--user=root
|