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.
Declarations
Type
list of string
Default
[ ]
Example
[
"127.0.0.1"
"192.168.1.0/24"
]