networking.nat.forwardPorts.*.loopbackIPs

NixOS option

Public IPs for NAT reflection; for connections to loopbackip:sourcePort from the host itself and from other hosts behind NAT

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