services.dnsmasq.servers

List of upstream DNS servers to forward queries to. If empty, dnsmasq will use the servers from /etc/resolv.conf. Each entry can be:

Type
list of string
Default
[ ]
Example
[
  "8.8.8.8"
  "8.8.4.4"
  "/internal.example.com/192.168.1.1"
]
Declared
<nix-darwin/modules/services/dnsmasq.nix>