mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-08-02 21:09:32 +08:00
18 lines
329 B
JSON
18 lines
329 B
JSON
{
|
|
"admin/services/internet-detector": {
|
|
"title": "Internet Detector",
|
|
"order": 80,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "internet-detector"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-internet-detector" ],
|
|
"fs": {
|
|
"/usr/bin/internet-detector": "executable"
|
|
},
|
|
"uci": { "internet-detector": true }
|
|
}
|
|
}
|
|
}
|