You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# dns server bind ip and port, default dns server port is 53, support binding multi ip and port
bind udp server
bind tcp server
# IPV4:
# bind :53
# bind :53@eth0
# bind :6053 -group office -no-speed-check
# IPV6:
# bind [::]:53
# bind [::]:53@eth0
# bind-tcp [::]:53
# bind [::]:53
cache-persist yes
prefetch-domain yes
speed-check-mode ping,tcp:80,tcp:443
force-AAAA-SOA yes
force-qtype-SOA 65
# rr-ttl 0
# rr-ttl-min 60
# rr-ttl-max 86400
# rr-ttl-reply-max 60
log-level debug
log-file ./log/smartdns.log
log-console yes
log-size 128k
log-num 2
audit-enable yes
audit-file ./log/smartdns-audit.log
audit-size 128k
audit-num 2
#阿里
server 223.5.5.5
server 223.6.6.6
#腾讯
server 119.29.29.29
server 182.254.116.116
#DNSPOD
server 1.12.12.12
server 120.53.53.53
#百度
server 180.76.76.76
#114
server 114.114.114.114
server 114.114.115.115
#CNNIC
server 1.2.4.8
server 210.2.4.8
#OneDNS
server 117.50.10.10
server 52.80.52.52
#三大运营商(电信、联通、移动顺序)
server 101.226.4.6
server 218.30.118.6
#华为
server 122.112.208.1
server 139.9.23.90
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
今天用

smartdns.exe run -c smartdns.conf -v
运行了下smartdns,界面是这样的log文件是这样的
2025-08-19 11:26:17.784:INFO: SmartDNS 🐋 0.12.2 starting
以下是我的配置文件
Beta Was this translation helpful? Give feedback.
All reactions