Enable DNS over TLS support for local resolvers
Currently uses local CA.
This commit is contained in:
parent
581484d207
commit
8bdf278ea6
4 changed files with 31 additions and 4 deletions
|
@ -50,6 +50,7 @@ pass in quick on $int_if proto tcp from $int_net to self port 4949
|
|||
|
||||
# allow dns queries from internal net
|
||||
pass in quick on $int_if proto { tcp, udp } from $int_net to self port domain
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue