You've already forked dockerfiles
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:
4
dnsmasq/data/README
Normal file
4
dnsmasq/data/README
Normal 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
1
dnsmasq/data/ads.conf
Normal file
@ -0,0 +1 @@
|
||||
# server=/duobao999.com/
|
2
dnsmasq/data/dnssec.conf
Normal file
2
dnsmasq/data/dnssec.conf
Normal file
@ -0,0 +1,2 @@
|
||||
# dnssec
|
||||
# conf-file=/usr/share/dnsmasq/trust-anchors.conf
|
1
dnsmasq/data/hosts.conf
Normal file
1
dnsmasq/data/hosts.conf
Normal file
@ -0,0 +1 @@
|
||||
# host-record=google,8.8.8.8
|
3
dnsmasq/data/logging.conf
Normal file
3
dnsmasq/data/logging.conf
Normal file
@ -0,0 +1,3 @@
|
||||
# log-dhcp
|
||||
# log-queries
|
||||
# log-facility=/tmp/dnsmasq.log
|
2
dnsmasq/data/nxdomains.conf
Normal file
2
dnsmasq/data/nxdomains.conf
Normal file
@ -0,0 +1,2 @@
|
||||
# bogus-nxdomain=202.102.110.203
|
||||
# bogus-nxdomain=202.102.110.204
|
4
dnsmasq/data/settings.conf
Normal file
4
dnsmasq/data/settings.conf
Normal file
@ -0,0 +1,4 @@
|
||||
# no-hosts
|
||||
# no-resolv
|
||||
# cache-size=10000
|
||||
# server=127.0.0.1#2053
|
Reference in New Issue
Block a user