tailscale_dns_splitdns_set
Configure split DNS settings by mapping domains to specific resolver IP addresses or removing existing domain mappings in your Tailscale network.
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
TableJSON 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. |