services.trafficserver.splitDns

NixOS option

Specify the DNS server that Traffic Server should use under specific conditions. Consult the upstream documentation for more details.

type: strings concatenated with "\n"
Default
""
Example
''
  dest_domain=internal.corp.example named="255.255.255.255:212 255.255.255.254" def_domain=corp.example search_list="corp.example corp1.example"
  dest_domain=!internal.corp.example named=255.255.255.253
''
declared in: nixos/modules/services/web-servers/trafficserver/default.nixView source on NixOS/nixpkgs →