summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2016-09-18 21:25:21 +0100
committerGitHub <noreply@github.com>2016-09-18 21:25:21 +0100
commitb1919bc7d635c875c9187df7ac4885cde7acf621 (patch)
treef4b55e7476df03dcb3864c6e46b9e9c578b07034 /src/usr/local
parent05100687b3300f44423a2009c25d810a05fe9b26 (diff)
downloadpfsense-b1919bc7d635c875c9187df7ac4885cde7acf621.zip
pfsense-b1919bc7d635c875c9187df7ac4885cde7acf621.tar.gz
Show a little more key info in main info table
* Key crypto info shown * TAP/TUN appended to description (important descriptive distinction)
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/vpn_openvpn_server.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_openvpn_server.php b/src/usr/local/www/vpn_openvpn_server.php
index 0e9fe4a..81861b1 100644
--- a/src/usr/local/www/vpn_openvpn_server.php
+++ b/src/usr/local/www/vpn_openvpn_server.php
@@ -1183,6 +1183,7 @@ else:
<tr>
<th><?=gettext("Protocol / Port")?></th>
<th><?=gettext("Tunnel Network")?></th>
+ <th><?=gettext("Crypto")?></th>
<th><?=gettext("Description")?></th>
<th><?=gettext("Actions")?></th>
</tr>
@@ -1202,7 +1203,10 @@ else:
<?=htmlspecialchars($server['tunnel_networkv6'])?>
</td>
<td>
- <?=htmlspecialchars($server['description'])?>
+ <?=sprintf("Crypto: %s/%s<br/>D-H Params: %d bits", $server['crypto'], $server['digest'], $server['dh_length'])?><br />
+ </td>
+ <td>
+ <?=htmlspecialchars(sprintf('%s (%s)', $server['description'], $server['dev_mode']))?>
</td>
<td>
<a class="fa fa-pencil" title="<?=gettext('Edit server')?>" href="vpn_openvpn_server.php?act=edit&amp;id=<?=$i?>"></a>
OpenPOWER on IntegriCloud