mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Only pass anti-lockout traffic on $lan
This commit is contained in:
parent
a07afe7fe4
commit
2b6e777def
@ -2626,7 +2626,7 @@ EOD;
|
||||
|
||||
# make sure the user cannot lock himself out of the webGUI or SSH
|
||||
anchor "anti-lockout"
|
||||
pass in quick from any to $lanip keep state label "anti-lockout web rule"
|
||||
pass in quick on $lan from any to $lanip keep state label "anti-lockout web rule"
|
||||
|
||||
EOD;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user