From fc67f6f5757e422191acbc4a92cccef99e5c1a30 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Wed, 7 Aug 2024 13:22:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20SmartDNS=20=E4=B8=8A?= =?UTF-8?q?=E6=B8=B8=20DNS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06.PVE制作DNS服务器.md | 8 ++++---- src/debian/debian_dns_smartdns.conf | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/06.PVE制作DNS服务器.md b/06.PVE制作DNS服务器.md index fca7104..cdff854 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -354,16 +354,16 @@ nameserver /fox.home.arpa/intranet domain-rules /fox.home.arpa/ -speed-check-mode none -no-cache server-tcp 223.5.5.5 -bootstrap-dns -server-tcp 114.114.114.114 -bootstrap-dns +server-tcp 52.80.66.66 -bootstrap-dns server-tcp 2400:3200::1 -bootstrap-dns -server-tcp 2400:da00::6666 -bootstrap-dns +server-tcp 2400:7fc0:849e:200::4 -bootstrap-dns server-tls dot.pub -server-tls dot.360.cn +server-tls dot.onedns.net server-tls dns.alidns.com server-https https://doh.pub/dns-query -server-https https://doh.360.cn/dns-query +server-https https://doh.onedns.net/dns-query server-https https://dns.alidns.com/dns-query ``` diff --git a/src/debian/debian_dns_smartdns.conf b/src/debian/debian_dns_smartdns.conf index 90e79eb..c834601 100644 --- a/src/debian/debian_dns_smartdns.conf +++ b/src/debian/debian_dns_smartdns.conf @@ -37,15 +37,15 @@ nameserver /fox.home.arpa/intranet domain-rules /fox.home.arpa/ -speed-check-mode none -no-cache server-tcp 223.5.5.5 -bootstrap-dns -server-tcp 114.114.114.114 -bootstrap-dns +server-tcp 52.80.66.66 -bootstrap-dns server-tcp 2400:3200::1 -bootstrap-dns -server-tcp 2400:da00::6666 -bootstrap-dns +server-tcp 2400:7fc0:849e:200::4 -bootstrap-dns server-tls dot.pub -server-tls dot.360.cn +server-tls dot.onedns.net server-tls dns.alidns.com server-https https://doh.pub/dns-query -server-https https://doh.360.cn/dns-query +server-https https://doh.onedns.net/dns-query server-https https://dns.alidns.com/dns-query