mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
change to keep state
This commit is contained in:
parent
00518840da
commit
79be87badc
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user