26 lines
539 B
JSON
26 lines
539 B
JSON
|
|
{
|
||
|
|
"luci-app-zt-gateway": {
|
||
|
|
"description": "ZeroTier Exit Gateway switching",
|
||
|
|
"read": {
|
||
|
|
"uci": ["zt-gateway", "network"],
|
||
|
|
"ubus": {
|
||
|
|
"zt-gateway": ["status", "health", "drain_status"]
|
||
|
|
},
|
||
|
|
"file": {
|
||
|
|
"/etc/hotplug.d/net/99-zerotier-bridge": ["read"],
|
||
|
|
"/etc/rc.local": ["read"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"write": {
|
||
|
|
"uci": ["zt-gateway", "network"],
|
||
|
|
"ubus": {
|
||
|
|
"zt-gateway": ["switch", "cancel_drain"]
|
||
|
|
},
|
||
|
|
"file": {
|
||
|
|
"/etc/hotplug.d/net/99-zerotier-bridge": ["write"],
|
||
|
|
"/etc/rc.local": ["write"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|