mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 22:12:51 +08:00
49 lines
1007 B
Plaintext
49 lines
1007 B
Plaintext
# This configuration file is customized by fox,
|
|
# Optimize SmartDNS parameters for local DNS server.
|
|
#
|
|
# For use common DNS server as upstream DNS server,
|
|
# please modify 'server' parameter according to
|
|
# your network environment.
|
|
#
|
|
# eg:
|
|
# server 223.5.5.5
|
|
# server 180.184.1.1
|
|
# server 119.29.29.29
|
|
# server 114.114.114.114
|
|
# server 2402:4e00::
|
|
# server 2400:3200::1
|
|
|
|
conf-file /etc/smartdns.d/*.conf
|
|
|
|
log-level notice
|
|
log-console yes
|
|
|
|
bind [::]:6053@lo
|
|
bind-tcp [::]:6053@lo
|
|
|
|
cache-size 32768
|
|
max-query-limit 1024
|
|
max-reply-ip-num 16
|
|
|
|
prefetch-domain yes
|
|
|
|
serve-expired yes
|
|
serve-expired-ttl 129600
|
|
serve-expired-reply-ttl 30
|
|
serve-expired-prefetch-time 28800
|
|
|
|
rr-ttl-min 60
|
|
rr-ttl-max 28800
|
|
rr-ttl-reply-max 14400
|
|
|
|
server-tcp 180.184.1.1 -bootstrap-dns
|
|
server-tcp 114.114.114.114 -bootstrap-dns
|
|
server-tcp 2400:3200::1 -bootstrap-dns
|
|
|
|
server-tls dot.pub
|
|
server-tls dns.alidns.com
|
|
|
|
server-https https://doh.pub/dns-query
|
|
server-https https://dns.alidns.com/dns-query
|
|
|