tailscale_update_split_dns
Update split DNS by merging specified domains with existing config. Remove a domain by setting its nameservers to an empty array.
Instructions
Partially update split DNS configuration. Merges the provided domains with the existing config — only the specified domains are changed, others are untouched. Set a domain's nameservers to an empty array to remove it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| splitDns | Yes | Map of domain to nameserver list to merge (e.g. { "new.example.com": ["10.0.0.3"] }). Only specified domains are changed. |