mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
parent
d6528238b5
commit
5c99e8ef6f
@ -48,7 +48,7 @@ function spit_out_select_items($area) {
|
||||
<option VALUE="filter">Firewall Rules</option>
|
||||
<option VALUE="nat">NAT</option>
|
||||
<option VALUE="pptpd">PPTP Server</option>
|
||||
<option VALUE="ipsec">IPSEC VPN</option>
|
||||
<option VALUE="ipsec">IPsec VPN</option>
|
||||
<option VALUE="captiveportal">Captive Portal</option>
|
||||
<option VALUE="installedpackages">Package Manager</option>
|
||||
<option VALUE="interfaces">Interfaces</option>
|
||||
|
||||
@ -205,7 +205,7 @@ include("head.inc");
|
||||
<tr>
|
||||
<td class="vtable"><p>
|
||||
<input name="advancedoripsec" type="radio" id="ipsecpassthru" value="ipsecpassthru" <?php if (isset($config['nat']['ipsecpassthru']['enable'])) echo "checked";?>>
|
||||
<strong><?=gettext("Automatic outbound NAT rule generation (IPSEC passthrough)");?></strong></p>
|
||||
<strong><?=gettext("Automatic outbound NAT rule generation (IPsec passthrough)");?></strong></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -214,7 +214,7 @@ include("head.inc");
|
||||
</tr>
|
||||
<td colspan="4">
|
||||
<p><span class="vexpl"><span class="red"><strong>Note:<br>
|
||||
</strong></span>You can check your IPSEC status at <a href="diag_ipsec_sad.php">Status:IPSEC</a>.</span></p>
|
||||
</strong></span>You can check your IPsec status at <a href="diag_ipsec_sad.php">Status:IPsec</a>.</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user