tailscale_dns_splitdns_set
Update the split DNS configuration for your tailnet by specifying domain-to-resolver mappings. Use null values to remove existing domains.
Instructions
Update split DNS configuration for the tailnet using a PATCH operation. Provide a map of domain names to resolver IP addresses. Use null values to remove a domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| splitDns | Yes | Map of domain to resolver IPs (e.g., {"internal.example.com": ["10.0.0.53"]}). Set a domain to null to remove it. |