1 LOGFILE='<%= node[:nominatim][:logdir] %>/restricted_ips.log'
2 # space-separated list of IPs that are never banned
4 # space-separated list of IPs manually blocked
6 # user-agents that should be blocked from bulk mode
7 # (matched with startswith)
10 # time before a automatically blocked IP is allowed back
11 BLOCKCOOLOFF_PERIOD='1 hour'
12 # quiet time before an IP is released from the bulk pool
13 BULKCOOLOFF_PERIOD='15 min'