Initial commit

This commit is contained in:
gSpot
2020-06-19 21:37:31 +03:00
parent 106989fa7a
commit 89662951e6
7 changed files with 112 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"luci-app-internet-detector": {
"description": "Grant access to internet-detector procedures",
"read": {
"file": {
"/bin/ping -c 1 -W 1 [0-9.]*": [ "exec" ]
}
}
}
}