summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_openvpn.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-08-30 09:44:20 -0400
committerjim-p <jimp@pfsense.org>2011-08-30 09:48:20 -0400
commit453d9c96dd08a37b7f9c35beb7d5a167d12eaafb (patch)
tree6ecec2f32408b0d41e55aba4967ddbbbf52c6b03 /usr/local/www/status_openvpn.php
parentf670f0a27a4c48bbdc3fd86ca1d9dc8cbb57b4d5 (diff)
downloadpfsense-453d9c96dd08a37b7f9c35beb7d5a167d12eaafb.zip
pfsense-453d9c96dd08a37b7f9c35beb7d5a167d12eaafb.tar.gz
Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no server directive) and also be a little more verbose about what is happening, if we can tell.
Diffstat (limited to 'usr/local/www/status_openvpn.php')
-rw-r--r--usr/local/www/status_openvpn.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_openvpn.php b/usr/local/www/status_openvpn.php
index 4ad65d5..fd45b3b 100644
--- a/usr/local/www/status_openvpn.php
+++ b/usr/local/www/status_openvpn.php
@@ -98,7 +98,7 @@ function kill_client($port, $remipp) {
}
$servers = openvpn_get_active_servers();
-$sk_servers = openvpn_get_active_servers("sharedkey");
+$sk_servers = openvpn_get_active_servers("p2p");
$clients = openvpn_get_active_clients();
include("head.inc"); ?>
@@ -202,7 +202,7 @@ include("head.inc"); ?>
<table style="padding-top:0px; padding-bottom:0px; padding-left:0px; padding-right:0px" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="6" class="listtopic">
- <?=gettext("Shared Key Server Instance Statistics"); ?>
+ <?=gettext("Peer to Peer Server Instance Statistics"); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud