Revision 5c99e8ef
Added by Chris Buechler over 17 years ago
usr/local/www/firewall_nat_out.php | ||
---|---|---|
205 | 205 |
<tr> |
206 | 206 |
<td class="vtable"><p> |
207 | 207 |
<input name="advancedoripsec" type="radio" id="ipsecpassthru" value="ipsecpassthru" <?php if (isset($config['nat']['ipsecpassthru']['enable'])) echo "checked";?>> |
208 |
<strong><?=gettext("Automatic outbound NAT rule generation (IPSEC passthrough)");?></strong></p>
|
|
208 |
<strong><?=gettext("Automatic outbound NAT rule generation (IPsec passthrough)");?></strong></p>
|
|
209 | 209 |
</td> |
210 | 210 |
</tr> |
211 | 211 |
<tr> |
Also available in: Unified diff
touch up text
Ticket #1569