Actions
Feature #14538
closedAdd switch for Tailscale DNS
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
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.
Updated by Jim Pingle about 2 years ago
- Project changed from pfSense to pfSense Packages
- Category changed from Web Interface to Tailscale
- Release Notes deleted (
Default)
Updated by Christian McDonald about 2 years ago
- Status changed from New to Feedback
- Assignee set to Christian McDonald
Updated by Christian McDonald about 2 years ago
- 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
Actions