mirror of
https://github.com/openwrt/luci.git
synced 2025-01-31 07:11:59 +00:00
a4b88152b2
LuCI Support for EoIP tunnel Signed-off-by: Bogdan Shatik <bogdikxxx@mail.ru>
12 lines
158 B
JSON
12 lines
158 B
JSON
{
|
|
"luci-app-eoip": {
|
|
"description": "Grant UCI access for luci-app-eoip",
|
|
"read": {
|
|
"uci": [ "eoip" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "eoip" ]
|
|
}
|
|
}
|
|
}
|