From 79be87badc4c490efbddef8dd6b4debf4b900e33 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 9 Nov 2008 07:48:55 +0000 Subject: change to keep state --- etc/phpshellsessions/enableallowallwan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/phpshellsessions/enableallowallwan b/etc/phpshellsessions/enableallowallwan index 38210fd..776e19b 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; -- cgit v1.1