services._3proxy.services.*.acl.*.targets
NixOS option
List of target IP ranges, use empty list for any. May also contain host names instead of addresses. It’s possible to use wildmask in the beginning and in the the end of hostname, e.g. *badsite.com or *badcontent*. Hostname is only checked if hostname presents in request.
type: list of stringDefault
[ ]
Example
declared in: nixos/modules/services/networking/3proxy.nixView source on NixOS/nixpkgs →[ "127.0.0.1" "192.168.1.0/24" ]