Feature #14538
closed
Add switch for Tailscale DNS
Added by Lily S about 2 years ago.
Updated about 2 years ago.
Description
from cmacdonald on Reddit - Add a simple knob to the Tailscale section of the pfSense Web UI to toggle whether pfSense should use the Tailnet's DNS servers or not.
- Project changed from pfSense to pfSense Packages
- Category changed from Web Interface to Tailscale
- Release Notes deleted (
Default)
- Status changed from New to Feedback
- Assignee set to Christian McDonald
- Status changed from Feedback to Resolved
- Priority changed from Low to Normal
With the accept DNS option enabled (default):
$ cat /etc/resolv.conf
# resolv.conf(5) file generated by tailscale
# For more info, see https://tailscale.com/s/resolvconf-overwrite
# DO NOT EDIT THIS FILE BY HAND -- CHANGES WILL BE OVERWRITTEN
nameserver 100.100.100.100
search tailb79dd.ts.net lab.rcm.sh
and disabled:
cat /etc/resolv.conf
nameserver 127.0.0.1
nameserver 9.9.9.9
nameserver 149.112.112.112
nameserver 2620:fe::fe
nameserver 2620:fe::9
search lab.rcm.sh
Also available in: Atom
PDF