services.zapret.udpPorts

NixOS option

List of UDP ports to route. Port ranges are delimited with a colon like this “50000:50099”.

type: list of string
Default
[ ]
Example
[
  "50000:50099"
  "1234"
]
declared in: nixos/modules/services/networking/zapret.nixView source on NixOS/nixpkgs →