feat: detect lan & wan subnet

This commit is contained in:
asvow
2024-10-16 18:51:30 +08:00
parent 0f6cc25ee9
commit ae77b199a4
5 changed files with 227 additions and 173 deletions

View File

@@ -8,7 +8,9 @@
"/usr/sbin/tailscale": [ "exec" ]
},
"ubus": {
"service": [ "list" ]
"service": [ "list" ],
"network.interface.lan": [ "status" ],
"network.interface.wan": [ "status" ]
},
"uci": [ "tailscale" ]
},