diff options
-rw-r--r-- | etc/phpshellsessions/enableallowallwan | 2 |
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; |