mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-03 13:21:35 +02:00
12 lines
315 B
Plaintext
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
|