Split DNS configuration (map of domains and which DNS server to use for each). See https://tailscale.com/kb/1054/dns/.
Declarations
Type
attribute set of list of stringDefault
{ }Example
{
"foo.bar.com" = [
"1.1.1.1"
];
}Split DNS configuration (map of domains and which DNS server to use for each). See https://tailscale.com/kb/1054/dns/.
attribute set of list of string{ }{
"foo.bar.com" = [
"1.1.1.1"
];
}