services._3proxy.privateRanges

NixOS option

What IP ranges to deny access when denyPrivate is set tu true.

type: list of string
Default
[
  "0.0.0.0/8"
  "127.0.0.0/8"
  "10.0.0.0/8"
  "100.64.0.0/10"
  "172.16.0.0/12"
  "192.168.0.0/16"
  "::"
  "::1"
  "fc00::/7"
]
declared in: nixos/modules/services/networking/3proxy.nixView source on NixOS/nixpkgs →