pf: Open HTTP/HTTPS for dna-gw hosts
This commit is contained in:
parent
613f2b2d24
commit
0c4835c883
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue