MyNixOS website logo
option

services.firezone.server.provision.accounts.<name>.resources.<name>.filters.*.ports

Either a single port or port range to allow. Both bounds are inclusive.

Declarations
Type
list of ((submodule) or 16 bit unsigned integer; between 0 and 65535 (both inclusive) convertible to it)
Default
[ ]
Example
[
  443
  {
    from = 8080;
    to = 8100;
  }
]