mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 22:12:51 +08:00
移除 SmartDNS EDNS 参数
This commit is contained in:
@@ -312,8 +312,6 @@ $ sudo nvim /etc/smartdns/smartdns.conf
|
|||||||
|
|
||||||
- `SmartDNS` 端口监听参数为 `6053@lo` ,请根据实际情况进行调整
|
- `SmartDNS` 端口监听参数为 `6053@lo` ,请根据实际情况进行调整
|
||||||
|
|
||||||
- `edns-client-subnet` 为 EDNS 客户端子网,演示中 `202.103.24.68` 为湖北武汉市 DNS 服务器地址,请根据实际情况进行调整
|
|
||||||
|
|
||||||
- 检查配置文件中关于本地域名及其上游 DNS 服务器相关配置,请根据实际情况进行调整
|
- 检查配置文件中关于本地域名及其上游 DNS 服务器相关配置,请根据实际情况进行调整
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -348,7 +346,6 @@ serve-expired-prefetch-time 21600
|
|||||||
|
|
||||||
force-qtype-SOA 65
|
force-qtype-SOA 65
|
||||||
max-query-limit 1024
|
max-query-limit 1024
|
||||||
edns-client-subnet 202.103.24.68
|
|
||||||
|
|
||||||
server-tcp 119.29.29.29 -group dnspod -exclude-default-group
|
server-tcp 119.29.29.29 -group dnspod -exclude-default-group
|
||||||
server-tcp 2402:4e00:: -group dnspod -exclude-default-group
|
server-tcp 2402:4e00:: -group dnspod -exclude-default-group
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ serve-expired-prefetch-time 21600
|
|||||||
|
|
||||||
force-qtype-SOA 65
|
force-qtype-SOA 65
|
||||||
max-query-limit 1024
|
max-query-limit 1024
|
||||||
edns-client-subnet 202.103.24.68
|
|
||||||
|
|
||||||
server-tcp 119.29.29.29 -group dnspod -exclude-default-group
|
server-tcp 119.29.29.29 -group dnspod -exclude-default-group
|
||||||
server-tcp 2402:4e00:: -group dnspod -exclude-default-group
|
server-tcp 2402:4e00:: -group dnspod -exclude-default-group
|
||||||
|
|||||||
Reference in New Issue
Block a user