-
Notifications
You must be signed in to change notification settings - Fork 48
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
Split DNS support #149
Comments
There is not yet a public API to set Split DNS nameservers: https://github.com/tailscale/tailscale/blob/main/api.md#tailnet-dns-nameservers-post The public API was blocked by the need to remove the use of fallback resolvers: tailscale/tailscale#1743 After the API is updated, the Terraform provider can be updated to add Split DNS support. |
Is there any update on this? |
There is not yet a public API to set Split DNS nameservers. A feature request to do so is tracked in tailscale/tailscale#5932 |
Hey! |
tailscale/tailscale#5932 was closed as a duplicate of tailscale/tailscale#2661, which is still open. There is not currently a public API to set Split DNS nameservers. |
@DentonGentry ah, you're right. Thanks, looking forward to further updates. |
Split-dns support is not yet implemented in the terraform provider. tailscale/terraform-provider-tailscale#149
Split-dns support is not yet implemented in the terraform provider. tailscale/terraform-provider-tailscale#149
Split-dns support is not yet implemented in the terraform provider. tailscale/terraform-provider-tailscale#149
Split-dns support is not yet implemented in the terraform provider. tailscale/terraform-provider-tailscale#149
Any updates? Would be awesome to not have to set these by hand 😁 Thanks |
Looks like we finally got a PR: #359 |
This is resolved as of #359 . A new tailscale_dns_split_nameservers resource has been added as of the v0.16.0 release. |
Is your feature request related to a problem? Please describe.
I need to be able to set up a Restricted Nameserver or Split DNS for a particular domain
Describe the solution you'd like
Something like the following
Context
DNS in Tailscale docs
The text was updated successfully, but these errors were encountered: