mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-08 04:04:18 +02:00
fix
This commit is contained in:
parent
b58fa2e70a
commit
4923d6493c
@ -4,8 +4,9 @@ command = chinadns -m -c /etc/chnroute.txt -p 2053
|
||||
|
||||
[program:dnsmasq]
|
||||
priority = 200
|
||||
command = dnsmasq --keep-in-foreground \
|
||||
command = dnsmasq --cache-size=25000 \
|
||||
--conf-file=/dev/null \
|
||||
--cache-size=25000 \
|
||||
--keep-in-foreground \
|
||||
--no-resolv \
|
||||
--server=127.0.0.1#2053
|
||||
--server=127.0.0.1#2053 \
|
||||
--user=root
|
||||
|
Loading…
Reference in New Issue
Block a user