summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-16 17:51:48 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-16 17:51:48 -0400
commit536dd117a7846adee864636c6c67b703615c86cb (patch)
treefa9f98355efbe4fedd1c3019f3d368ec0106fb32 /etc/phpshellsessions
parent9c426e33fca62e0e6910005e03477acd1d3a6bef (diff)
downloadpfsense-536dd117a7846adee864636c6c67b703615c86cb.zip
pfsense-536dd117a7846adee864636c6c67b703615c86cb.tar.gz
Catch up to muli interface changes and really turn off bogons on WAN
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/enableallowallwan1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/phpshellsessions/enableallowallwan b/etc/phpshellsessions/enableallowallwan
index 776e19b..fa72aa9 100644
--- a/etc/phpshellsessions/enableallowallwan
+++ b/etc/phpshellsessions/enableallowallwan
@@ -15,6 +15,7 @@ unset($config["interfaces"]["wan"]["blockpriv"]);
unlink_if_exists("/tmp/config.cache");
write_config("pfSsh.php added allow all wan rule");
unlink_if_exists("/tmp/config.cache");
+unset(unset($config['interfaces']['wan']['blockbogons']);
$config = parse_config(true);
echo "Reloading the filter configuration...";
filter_configure_sync();
OpenPOWER on IntegriCloud