From: Dirk Brenken Date: Thu, 4 Jun 2026 17:13:34 +0000 (+0200) Subject: adblock: fix default values for ext. DNS resolver X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3a53d9cc02aa30633571603046a3ff1b3495602c;p=openwrt-packages.git adblock: fix default values for ext. DNS resolver - This fixes a breaking LuCI change (https://github.com/openwrt/luci/commit/974b5864e05ef30f38149389f15583c08bdd4eda) Signed-off-by: Dirk Brenken --- diff --git a/net/adblock/files/adblock.sh b/net/adblock/files/adblock.sh index ca903ff98..7938aafe7 100755 --- a/net/adblock/files/adblock.sh +++ b/net/adblock/files/adblock.sh @@ -26,14 +26,14 @@ adb_nftremote="0" adb_nftremotetimeout="15" adb_nftmacremote="" adb_nftbridge="0" -adb_allowdnsv4="" -adb_allowdnsv6="" -adb_remotednsv4="" -adb_remotednsv6="" -adb_blockdnsv4="" -adb_blockdnsv6="" -adb_bridgednsv4="" -adb_bridgednsv6="" +adb_allowdnsv4="86.54.11.100" +adb_allowdnsv6="2a13:1001::86:54:11:100" +adb_remotednsv4="86.54.11.100" +adb_remotednsv6="2a13:1001::86:54:11:100" +adb_blockdnsv4="86.54.11.13" +adb_blockdnsv6="2a13:1001::86:54:11:13" +adb_bridgednsv4="86.54.11.13" +adb_bridgednsv6="2a13:1001::86:54:11:13" adb_dnsshift="0" adb_dnsflush="0" adb_dnstimeout="30"