You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tailscale: support split DNS endpoints (#78)
Support the GET/PATCH/PUT `/api/v2/tailnet/{tailnetID}/dns/split-dns`
endpoints for reading, updating, and replacing split DNS settings for a
given tailnet respectively.
Updates tailscale/corp#19483
Signed-off-by: Mario Minardi <mario@tailscale.com>
Avoid serializing empty ACL fields (#39)
This should avoid meaningless diffs and unnecessary empty values while
managing ACL contents via Terraform.
Fixes#31