adblock: fix default values for ext. DNS resolver
authorDirk Brenken <redacted>
Thu, 4 Jun 2026 17:13:34 +0000 (19:13 +0200)
committerDirk Brenken <redacted>
Thu, 4 Jun 2026 17:13:34 +0000 (19:13 +0200)
- This fixes a breaking LuCI change (https://github.com/openwrt/luci/commit/974b5864e05ef30f38149389f15583c08bdd4eda)

Signed-off-by: Dirk Brenken <redacted>
net/adblock/files/adblock.sh

index ca903ff9805a17ab1267336315369ca0a8287ee3..7938aafe7104b91190677829b34bdff8560e1e6d 100755 (executable)
@@ -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"
git clone https://git.99rst.org/PROJECT