diff options
Diffstat (limited to 'regress/sbin/pfctl/pf33.in')
-rw-r--r-- | regress/sbin/pfctl/pf33.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf33.in b/regress/sbin/pfctl/pf33.in index c54583d6d7d..8b7d2a0496a 100644 --- a/regress/sbin/pfctl/pf33.in +++ b/regress/sbin/pfctl/pf33.in @@ -15,4 +15,4 @@ pass in on $ext_if inet proto tcp from any to any port 80 keep state queue http pass out on $ext_if inet proto tcp from any to any port 22 keep state queue ssh pass in on $ext_if inet proto tcp from any to any port 22 keep state queue ssh pass out on $ext_if inet proto tcp from any to any port 25 keep state queue mail -pass out on $ext_if inet all keep state +pass out on $ext_if inet all |