OpenClash: sync with upstream source

This commit is contained in:
CN_SZTL 2020-08-30 04:47:29 +08:00
parent 28e9336c2a
commit 5a274131bd
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 3 additions and 2 deletions

View File

@ -78,4 +78,5 @@ localhost.ptlogin2.qq.com
*.*.stun.playstation.net *.*.stun.playstation.net
#Microsoft Xbox #Microsoft Xbox
xbox.*.*.microsoft.com xbox.*.*.microsoft.com
*.*.xboxlive.com *.*.xboxlive.com
proxy.golang.org

View File

@ -107,7 +107,7 @@ Button.render(e,t,a)
end end
btnrm.write=function(a,t) btnrm.write=function(a,t)
fs.unlink("/etc/openclash/rule_provider/"..e[t].filename) 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 end
return m, form return m, form