mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
fix
This commit is contained in:
@@ -4,9 +4,10 @@ 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 \
|
||||
--no-resolv \
|
||||
--server=127.0.0.1#2053 \
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user