Merge pull request #147 from guggemand/openvpn-client

New openvpn client status
This commit is contained in:
Riccardo 2023-07-18 09:25:56 +02:00 committed by GitHub
commit 01df64a506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1183,6 +1183,7 @@ function pfz_valuemap($valuename, $value, $default="0"){
case "openvpn.client.status":
$valuemap = array(
"up" => "1",
"connected (success)" => "1",
"down" => "0",
"none" => "0",
"reconnecting; ping-restart" => "2");