services.miniupnpd.internalIPs

NixOS option

The IP address ranges to listen on.

type: list of string
Default
[ ]
Example
[
  "192.168.1.1/24"
  "enp1s0"
]
declared in: nixos/modules/services/networking/miniupnpd.nixView source on NixOS/nixpkgs →