pf: Open NTP port from dna-gw hosts to clients

This commit is contained in:
Timo Makinen 2025-06-24 16:07:59 +00:00
parent ba758364f5
commit 62c9576df5

View file

@ -62,6 +62,9 @@ pass in quick on $int_if proto tcp from $int_net to self port domain-s
# allow tftp from internal net # allow tftp from internal net
pass in quick on $int_if proto udp from $int_net to self port tftp pass in quick on $int_if proto udp from $int_net to self port tftp
# allow ntp from internal net
pass in quick on $int_if proto udp from $int_net to self port ntp
# allow http and https from outside # allow http and https from outside
pass in quick proto tcp from any to self port http pass in quick proto tcp from any to self port http
pass in quick proto tcp from any to self port https pass in quick proto tcp from any to self port https