How do I override DNS override on my ubuntu server?

I currently have our tailnet setup with a specific DNS server and DNS override turned on. This is what I want for all of our devices except for a single ubuntu 20.04 server. Is there a way to tell the tailscale client on that Ubuntu server to ignore the DNS override settings and just use the local settings instead?

tailscale up has an option you can set: --accept-dns=false

2 Likes