diff --git a/anchors/dns b/anchors/dns new file mode 100644 index 0000000..b9e15cc --- /dev/null +++ b/anchors/dns @@ -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