diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-02-26 17:22:03 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-02-26 17:22:03 +0000 |
commit | 49ec6bbb771536f1df2cf7413d3422385c75019a (patch) | |
tree | 54c6f999695d296f70f1dda692ff9f0a73755fc7 /etc/inc | |
parent | 7af2fa41c988064eaf645d994a2f3c64aada5f2e (diff) | |
download | pfsense-49ec6bbb771536f1df2cf7413d3422385c75019a.zip pfsense-49ec6bbb771536f1df2cf7413d3422385c75019a.tar.gz |
Remove quick on this rules to allow using route-to rules for daemons running on the firewall.
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/filter.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 28eb61c..cd7cda6 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -2382,8 +2382,8 @@ block quick from any to <snort2c> label "Block snort2c hosts" # loopback anchor "loopback" -pass in quick on \$loopback all label "pass loopback" -pass out quick on \$loopback all label "pass loopback" +pass in on \$loopback all label "pass loopback" +pass out on \$loopback all label "pass loopback" # package manager early specific hook anchor "packageearly" |