1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-08 22:27:53 +02:00

update dnsmasq (FIX #202)

This commit is contained in:
kev
2022-08-19 17:37:46 +08:00
parent 566f5c6742
commit fd0f973be8
13 changed files with 15 additions and 69 deletions

4
dnsmasq/data/README Normal file
View File

@ -0,0 +1,4 @@
# All files in this directory which end in .conf
# will be read by dnsmasq as configuration files
#
# This can be changed by editing /etc/dnsmasq.conf

1
dnsmasq/data/ads.conf Normal file
View File

@ -0,0 +1 @@
# server=/duobao999.com/

2
dnsmasq/data/dnssec.conf Normal file
View File

@ -0,0 +1,2 @@
# dnssec
# conf-file=/usr/share/dnsmasq/trust-anchors.conf

1
dnsmasq/data/hosts.conf Normal file
View File

@ -0,0 +1 @@
# host-record=google,8.8.8.8

View File

@ -0,0 +1,3 @@
# log-dhcp
# log-queries
# log-facility=/tmp/dnsmasq.log

View File

@ -0,0 +1,2 @@
# bogus-nxdomain=202.102.110.203
# bogus-nxdomain=202.102.110.204

View File

@ -0,0 +1,4 @@
# no-hosts
# no-resolv
# cache-size=10000
# server=127.0.0.1#2053