Is there a way to configure some machine to not apply any DNS changes from tailscale?

I’ve setup some DNS configuration globally on tailscale website and also enabled override local dns. However, for certain machines, I’d like to keep the original local DNS configuration intact. Is there a way to achieve that?

1 Like

On Windows there is the option Preferences > Use Tailscale DNS settings accessible from the notification icon.

On Linux, you can use the command tailscale up --accept-dns=false on machines where you want to disable the use of tailscale DNS settings.

1 Like