diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-07-05 18:51:51 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-07-05 18:51:51 +0000 |
commit | 2b6e777def60692da0f3423d114daa4c366acd99 (patch) | |
tree | 4513177cffdbe06501f5fb5beb92855e2b23961f /etc | |
parent | a07afe7fe4818a2764cbd63c924da03d711c9740 (diff) | |
download | pfsense-2b6e777def60692da0f3423d114daa4c366acd99.zip pfsense-2b6e777def60692da0f3423d114daa4c366acd99.tar.gz |
Only pass anti-lockout traffic on $lan
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/filter.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index eeee07f..5a1f158 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -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; } |