跟进 ICANN | SAC113 调整内网域名

This commit is contained in:
CallMeR
2025-01-07 22:34:03 +08:00
parent 90c7adc62d
commit 0377b500b6
7 changed files with 20 additions and 20 deletions
+5 -5
View File
@@ -378,8 +378,8 @@ rr-ttl-max 28800
rr-ttl-reply-max 14400
server 172.16.1.1 -group intranet -exclude-default-group
nameserver /fox.home.arpa/intranet
domain-rules /fox.home.arpa/ -speed-check-mode none -no-cache
nameserver /fox.internal/intranet
domain-rules /fox.internal/ -speed-check-mode none -no-cache
server-tcp 180.184.2.2 -bootstrap-dns
server-tcp 114.114.115.115 -bootstrap-dns
@@ -416,7 +416,7 @@ $ sudo nvim /etc/dnsmasq.conf
- 请根据系统内存使用情况,调整缓存参数 `cache-size`
- 配置文件中内网域名为 `fox.home.arpa` ,请根据实际情况进行调整
- 配置文件中内网域名为 `fox.internal` ,请根据实际情况进行调整
- `Dnsmasq` 有且仅有 `SmartDNS` 作为上游 DNS 服务器
@@ -435,7 +435,7 @@ log-async=20
cache-size=2048
max-cache-ttl=7200
fast-dns-retry=1800
rebind-domain-ok=/fox.home.arpa/
rebind-domain-ok=/fox.internal/
bind-dynamic
bogus-priv
@@ -464,7 +464,7 @@ server=/test/
# DNS Server
server=/fox.home.arpa/172.16.1.1
server=/fox.internal/172.16.1.1
server=127.0.0.1#6053
server=::1#6053