pf: Open HTTP/HTTPS for dna-gw hosts

This commit is contained in:
Timo Makinen 2021-10-07 19:21:41 +00:00
parent 613f2b2d24
commit 0c4835c883

View file

@ -55,6 +55,10 @@ pass in quick on $int_if proto tcp from $int_net to self port domain-s
# allow tftp from internal net
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
# block rest of packets coming to me
block in quick from any to self