diff --git a/package/ctcgfw/luci-app-openclash/files/etc/openclash/custom/openclash_custom_fake_filter.list b/package/ctcgfw/luci-app-openclash/files/etc/openclash/custom/openclash_custom_fake_filter.list index 3e3eb30ef6..b7324f18a6 100644 --- a/package/ctcgfw/luci-app-openclash/files/etc/openclash/custom/openclash_custom_fake_filter.list +++ b/package/ctcgfw/luci-app-openclash/files/etc/openclash/custom/openclash_custom_fake_filter.list @@ -78,4 +78,5 @@ localhost.ptlogin2.qq.com *.*.stun.playstation.net #Microsoft Xbox xbox.*.*.microsoft.com -*.*.xboxlive.com \ No newline at end of file +*.*.xboxlive.com +proxy.golang.org \ No newline at end of file diff --git a/package/ctcgfw/luci-app-openclash/files/usr/lib/lua/luci/model/cbi/openclash/rule-providers-manage.lua b/package/ctcgfw/luci-app-openclash/files/usr/lib/lua/luci/model/cbi/openclash/rule-providers-manage.lua index e63d7c6db3..50dbdaa65c 100644 --- a/package/ctcgfw/luci-app-openclash/files/usr/lib/lua/luci/model/cbi/openclash/rule-providers-manage.lua +++ b/package/ctcgfw/luci-app-openclash/files/usr/lib/lua/luci/model/cbi/openclash/rule-providers-manage.lua @@ -107,7 +107,7 @@ Button.render(e,t,a) end btnrm.write=function(a,t) fs.unlink("/etc/openclash/rule_provider/"..e[t].filename) -HTTP.redirect(DISP.build_url("admin", "services", "openclash", "game-rules-manage")) +HTTP.redirect(DISP.build_url("admin", "services", "openclash", "rule-providers-manage")) end return m, form