tailscale_set_split_dns
Set split DNS configuration by mapping domains to specific nameservers, replacing the entire split DNS setup.
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"] }) |