Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Setting "Override Local DNS" #448

Open
aviau opened this issue Oct 19, 2024 · 1 comment
Open

Support Setting "Override Local DNS" #448

aviau opened this issue Oct 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@aviau
Copy link

aviau commented Oct 19, 2024

I'd like to set "Override Local DNS", which looks like this in the webui:

Screenshot 2024-10-19 at 4 18 37 PM

I would assume a config like this could work:

resource "tailscale_dns_nameservers" "nameservers" {
  override_local_dns = true
  nameservers = [
    "8.8.8.8",
    "1.1.1.1",
  ]
}
@oxtoacart
Copy link
Collaborator

@timtailscale has some ideas about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants