Archived
整理文件名
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
# This configuration file is customized by fox,
|
||||
# Optimize dnsmasq parameters for local DNS server.
|
||||
|
||||
# Main Config
|
||||
|
||||
conf-dir=/etc/dnsmasq.d/,*.conf
|
||||
conf-file=/etc/dnsmasq.conf
|
||||
|
||||
log-facility=/var/log/dnsmasq.log
|
||||
log-async=20
|
||||
|
||||
cache-size=1024
|
||||
edns-packet-max=1232
|
||||
rebind-domain-ok=/fox.home.arpa/
|
||||
|
||||
bind-dynamic
|
||||
bogus-priv
|
||||
domain-needed
|
||||
localise-queries
|
||||
local-service
|
||||
no-hosts
|
||||
no-negcache
|
||||
no-resolv
|
||||
rebind-localhost-ok
|
||||
stop-dns-rebind
|
||||
|
||||
# DNS Filter
|
||||
|
||||
server=/alt/
|
||||
server=/home.arpa/
|
||||
server=/ipv4only.arpa/
|
||||
server=/resolver.arpa/
|
||||
server=/example/
|
||||
server=/bind/
|
||||
server=/invalid/
|
||||
server=/local/
|
||||
server=/localhost/
|
||||
server=/onion/
|
||||
server=/test/
|
||||
|
||||
# DNS Server
|
||||
|
||||
server=/fox.home.arpa/172.16.1.1
|
||||
server=/fox.home.arpa/fdac::1
|
||||
server=127.0.0.1#8053
|
||||
server=::1#8053
|
||||
|
||||
Reference in New Issue
Block a user