Merge pull request #146 from guggemand/master

New openvpn status on p2p_shared_key servers
This commit is contained in:
Riccardo 2023-07-18 11:14:28 +02:00 committed by GitHub
commit c2a836f020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1174,6 +1174,7 @@ function pfz_valuemap($valuename, $value, $default="0"){
$valuemap = array(
"down" => "0",
"up" => "1",
"connected (success)" => "1",
"none" => "2",
"reconnecting; ping-restart" => "3",
"waiting" => "4",