From e8707b855d412426c89ecbd300110f31ed429282 Mon Sep 17 00:00:00 2001 From: sbwml <984419930@qq.com> Date: Sat, 25 Mar 2023 06:51:31 +0800 Subject: [PATCH] luci-app-mosdns: mosdns.sh: Use dnspod & alidns as default DNS --- luci-app-mosdns/root/usr/share/mosdns/mosdns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-mosdns/root/usr/share/mosdns/mosdns.sh b/luci-app-mosdns/root/usr/share/mosdns/mosdns.sh index 87c8662..45e84ad 100755 --- a/luci-app-mosdns/root/usr/share/mosdns/mosdns.sh +++ b/luci-app-mosdns/root/usr/share/mosdns/mosdns.sh @@ -25,7 +25,7 @@ interface_dns() ( echo $interface_status | jsonfilter -e "@['dns-server'][0]" echo $interface_status | jsonfilter -e "@['dns-server'][1]" fi - [ $? -ne 0 ] && echo "119.29.29.29" + [ $? -ne 0 ] && echo "119.29.29.29 223.5.5.5" fi )