services.bird-lg.proxy.allowedIPs

NixOS option

List of IPs or networks to allow (default all allowed).

type: list of string
Default
[ ]
Example
[
  "192.168.25.52"
  "192.168.25.53"
  "192.168.0.0/24"
]
declared in: nixos/modules/services/networking/bird-lg.nixView source on NixOS/nixpkgs →