OpenWrt/Smartdns

OpenWrt/Smartdns

Smartdns test

/usr/bin/smartdnstest

#!/bin/sh
rm /tmp/smartdns.log;
smartdns -f -c /etc/smartdns/test.conf

/etc/smartdns/test.conf

bind :6053

server 114.114.114.114 -exclude-default-group -group local
nameserver /cloudflare-dns.com/local

server-https https://cloudflare-dns.com/dns-query -no-check-certificate
log-level debug
log-file /tmp/smartdns.log

# 完全禁止 IPV6
#force-AAAA-SOA yes

Last update: 2020-05-26 04:29:33 UTC