1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
suyuan168 2022-04-14 16:37:22 +08:00
parent 591a726b09
commit b8edf7acb9
79 changed files with 1 additions and 7503 deletions

View file

@ -1,3 +0,0 @@
#!/bin/sh
rm -rf /var/luci-modulecache/; rm -f /var/luci-indexcache;
exit 0

View file

@ -1,13 +0,0 @@
{
"admin/services/https-dns-proxy": {
"title": "Proxy DNS Over HTTPS",
"order": 20,
"action": {
"type": "cbi",
"path": "https-dns-proxy"
},
"depends": {
"acl": [ "luci-app-https-dns-proxy" ]
}
}
}

View file

@ -1,11 +0,0 @@
{
"luci-app-https-dns-proxy": {
"description": "Grant UCI access for luci-app-https-dns-proxy",
"read": {
"uci": [ "https-dns-proxy" ]
},
"write": {
"uci": [ "https-dns-proxy" ]
}
}
}