immortalwrt / luci

LuCI - OpenWrt Configuration Interface
Apache License 2.0
141 stars 229 forks source link

[21.02]ssrp的去广告规则获取地址失效了。 #127

Closed knlvz closed 2 years ago

knlvz commented 2 years ago

luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/advanced.lua文件中的

o = s:option(Value, "adblock_url", translate("adblock_url"))
o:value("https://raw.githubusercontent.com/neodevpro/neodevhost/master/lite_host_dnsmasq.conf", translate("NEO DEV HOST Lite"))
o:value("https://raw.githubusercontent.com/neodevpro/neodevhost/master/host_dnsmasq.conf", translate("NEO DEV HOST Full"))
o:value("https://anti-ad.net/anti-ad-for-dnsmasq.conf", translate("anti-AD"))
o.default = "https://raw.githubusercontent.com/neodevpro/neodevhost/master/lite_host_dnsmasq.conf"
o:depends("adblock", "1")
o.description = translate("Support AdGuardHome and DNSMASQ format list")

NEO DEV HOST LiteNEO DEV HOST Full地址失效

目前正确的为 NEO DEV HOST Lite:https://raw.githubusercontent.com/neodevpro/neodevhost/master/lite_dnsmasq.conf

NEO DEV HOST Full:https://raw.githubusercontent.com/neodevpro/neodevhost/master/dnsmasq.conf

1715173329 commented 2 years ago

感谢指出,现已更新。