services.dnsmasq.settings.server

NixOS option

The DNS servers which dnsmasq should query.

type: list of string
Default
[ ]
Example
[
  "8.8.8.8"
  "8.8.4.4"
]
declared in: nixos/modules/services/networking/dnsmasq.nixView source on NixOS/nixpkgs →