nix.firewall.allowedUDPPorts

UDP ports to which traffic is allowed. Specifying no ports will allow all UDP traffic

Type
list of ((optionally newline-terminated) single-line string or 16 bit unsigned integer; between 0 and 65535 (both inclusive))
Default
[ ]
Example
[
  53
]
Declared
<nixpkgs/nixos/modules/services/system/nix-daemon-firewall.nix>