tailscale_set_split_dns
Replace the entire split DNS configuration by mapping domains to specific nameservers. Define which nameservers resolve each domain to control DNS routing.
Instructions
Set split DNS configuration. Maps domains to specific nameservers. Replaces the entire split DNS configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| splitDns | Yes | Map of domain to nameserver list (e.g. { "corp.example.com": ["10.0.0.1"], "internal.dev": ["10.0.0.2"] }) |