summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-09 03:43:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-09 03:43:51 +0000
commit6d6e3d7a6c1bfe4a50aae8c23ad103afb40f748b (patch)
tree2b3de84f5c63f7c71d48d9df5a2a2894cc33a53c /usr/local
parent97daae9e2cc7ca64cd4c00b9b064bf42be06204b (diff)
downloadpfsense-6d6e3d7a6c1bfe4a50aae8c23ad103afb40f748b.zip
pfsense-6d6e3d7a6c1bfe4a50aae8c23ad103afb40f748b.tar.gz
Check "Auto-add a firewall rule to permit traffic through this NAT rule" by default. This seems to be a really commonly asked question in #m0n0wall
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index 68d2ab3..0633d08 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -361,7 +361,7 @@ include("fbegin.inc"); ?>
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
- <input name="autoadd" type="checkbox" id="autoadd" value="yes">
+ <input name="autoadd" type="checkbox" id="autoadd" value="yes" CHECKED>
<strong>Auto-add a firewall rule to permit traffic through
this NAT rule</strong></td>
</tr><?php endif; ?>
OpenPOWER on IntegriCloud