summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-09 07:49:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-09 07:49:00 +0000
commit11e25195a5e3c09d264a45560047aa78cadbb504 (patch)
treeac017f62c06167a23c95e0b6c52794fe7038f8b8 /etc/phpshellsessions
parent9b5fdb5b115de511a4d90bff3665bb9184b2afb5 (diff)
downloadpfsense-11e25195a5e3c09d264a45560047aa78cadbb504.zip
pfsense-11e25195a5e3c09d264a45560047aa78cadbb504.tar.gz
change to keep state
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/enableallowallwan2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/enableallowallwan b/etc/phpshellsessions/enableallowallwan
index 135f4ef..5ec780e 100644
--- a/etc/phpshellsessions/enableallowallwan
+++ b/etc/phpshellsessions/enableallowallwan
@@ -6,7 +6,7 @@ $filterent["type"] = "pass";
$filterent["interface"] = "wan";
$filterent["source"]["any"] = "";
$filterent["destination"]["any"] = "";
-$filterent["statetype"] = "keep any";
+$filterent["statetype"] = "keep state";
$filterent["os"] = "";
$filterent["descr"] = "Allow all via pfSsh.php";
$config["filter"]["rule"][] = $filterent;
OpenPOWER on IntegriCloud