OpenClash: sync with upstream source
This commit is contained in:
parent
345da5313b
commit
62f6c70a39
@ -6,7 +6,7 @@ function index()
|
||||
end
|
||||
|
||||
local page
|
||||
|
||||
|
||||
page = entry({"admin", "services", "openclash"}, alias("admin", "services", "openclash", "client"), _("OpenClash"), 50)
|
||||
page.dependent = true
|
||||
page.acl_depends = { "luci-app-openclash" }
|
||||
|
||||
0
package/ctcgfw/luci-app-openclash/files/usr/share/openclash/cfg_servers_address_fake_filter.sh
Normal file → Executable file
0
package/ctcgfw/luci-app-openclash/files/usr/share/openclash/cfg_servers_address_fake_filter.sh
Normal file → Executable file
2
package/ctcgfw/luci-app-openclash/files/usr/share/openclash/openclash_fake_filter.sh
Normal file → Executable file
2
package/ctcgfw/luci-app-openclash/files/usr/share/openclash/openclash_fake_filter.sh
Normal file → Executable file
@ -43,4 +43,4 @@ cfg_server_address()
|
||||
|
||||
rm -rf "$SER_FAKE_FILTER_FILE" 2>/dev/null
|
||||
config_load "openclash"
|
||||
config_foreach cfg_server_address "servers"
|
||||
config_foreach cfg_server_address "servers"
|
||||
@ -1,11 +0,0 @@
|
||||
{
|
||||
"luci-app-openclash": {
|
||||
"description": "Grant UCI access for luci-app-openclash",
|
||||
"read": {
|
||||
"uci": [ "openclash" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "openclash" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user