Add DNS forwarding (experimental, may not be useful?)
This commit is contained in:
parent
7985efcb9c
commit
be31f20c69
1 changed files with 4 additions and 0 deletions
4
anchors/dns
Normal file
4
anchors/dns
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# vim: set ft=pf :
|
||||||
|
# Handle loopback DNS requests (port 53) on non-privileged port 8053.
|
||||||
|
rdr pass inet proto udp from any to 127.0.0.1 port 53 -> 127.0.0.1 port 8053
|
||||||
|
rdr pass inet6 proto udp from any to ::1 port 53 -> ::1 port 8053
|
Loading…
Reference in a new issue