mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
Update luci-app-passwall.patch
This commit is contained in:
parent
cb2c5d9537
commit
601c7393dc
4
.github/diy/patches/luci-app-passwall.patch
vendored
4
.github/diy/patches/luci-app-passwall.patch
vendored
@ -257,9 +257,9 @@
|
||||
+o:depends("adblock",1)
|
||||
+
|
||||
+o = s:taboption("DNS", DynamicList, "ad_url", translate("Anti-AD Rules Subscribe"))
|
||||
+o:value("https://cdn.jsdelivr.net/gh/217heidai/adblockfilters@main/rules/adblockdomainlite.txt", translate("AdBlock DNS Filters"))
|
||||
+o:value("https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD/anti-ad-domains.txt", translate("anti-AD"))
|
||||
+o:value("https://cdn.jsdelivr.net/gh/neodevpro/neodevhost/domain", translate("NEO DEV HOST"))
|
||||
+o.default = "https://cdn.jsdelivr.net/gh/privacy-protection-tools/anti-AD/anti-ad-domains.txt"
|
||||
+o.default = "https://cdn.jsdelivr.net/gh/217heidai/adblockfilters@main/rules/adblockdomainlite.txt"
|
||||
+o.description = translate("Support Domain / Dnsmasq / Hosts format list")
|
||||
+o:depends("adblock",1)
|
||||
+
|
||||
|
||||
Loading…
Reference in New Issue
Block a user