Added ipv6 support

This commit is contained in:
gSpot
2020-07-07 17:49:06 +03:00
parent ee832eb851
commit 4152a7fe1a
2 changed files with 6 additions and 3 deletions

View File

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