Fix OpenBSD installs
This commit is contained in:
parent
0aad691b2e
commit
f371c3436f
3 changed files with 41 additions and 9 deletions
|
@ -56,8 +56,8 @@ pass in quick on $int_if proto tcp from $int_net to self port domain-s
|
|||
pass in quick on $int_if proto udp from $int_net to self port tftp
|
||||
|
||||
# allow http and https from outside
|
||||
pass in quick on $ext_if proto tcp from any to self port http
|
||||
pass in quick on $ext_if proto tcp from any to self port https
|
||||
pass in quick proto tcp from any to self port http
|
||||
pass in quick proto tcp from any to self port https
|
||||
|
||||
# block rest of packets coming to me
|
||||
block in quick from any to self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue