services._3proxy.resolution.nserver

NixOS option

List of nameservers to use. Up to 5 nservers may be specified. If no nserver is configured, default system name resolution functions are used.

type: list of string
Default
[ ]
Example
[
  "127.0.0.53"
  "192.168.1.3:5353/tcp"
]
declared in: nixos/modules/services/networking/3proxy.nixView source on NixOS/nixpkgs →