Re: As soon as I start Tailscale With Dinitctl my Browsers Stop Accessing Internet..
Reply #2 –
I had a similar problem with tailscale, and in the end this is what i did (and still do). You have to prevent MagicDNS from taking over the "resolv.conf" configuration...
tailscale up --accept-dns=false
will disable MagicDNS on the device, preventing Tailscale from modifying the DNS configuration file.
You will lose MagicDNS capability on your Tailnet but Tailscale ip addresses (which is what i use anyway) work perfectly fine.