services._3proxy.services.*.acl.*.sources

NixOS option

List of source IP range, use empty list for any.

type: list of string
Default
[ ]
Example
[
  "127.0.0.1"
  "192.168.1.0/24"
]
declared in: nixos/modules/services/networking/3proxy.nixView source on NixOS/nixpkgs →