Closed knlvz closed 2 years ago
在luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/advanced.lua文件中的
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 Lite和NEO DEV HOST Full地址失效
NEO DEV HOST Lite
NEO DEV HOST Full
目前正确的为 NEO DEV HOST Lite:https://raw.githubusercontent.com/neodevpro/neodevhost/master/lite_dnsmasq.conf
https://raw.githubusercontent.com/neodevpro/neodevhost/master/lite_dnsmasq.conf
NEO DEV HOST Full:https://raw.githubusercontent.com/neodevpro/neodevhost/master/dnsmasq.conf
https://raw.githubusercontent.com/neodevpro/neodevhost/master/dnsmasq.conf
感谢指出,现已更新。
在
luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/advanced.lua
文件中的NEO DEV HOST Lite
和NEO 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