blob: 72055d5225bcfe97cf6064dfb605e1951547bea1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# This file contains configuration for using the dnsbl module with
# the DroneBL DNSBL. See https://dronebl.org/ for more information on
# DroneBL.
<dnsbl name="DroneBL"
domain="dnsbl.dronebl.org"
type="record"
records="3,5,6,7,8,9,10,11,13,14,15,16,17,19"
action="zline"
duration="7d"
reason="You are listed in DroneBL. Please visit https://dronebl.org/lookup.do?ip=%ip% for more information.">
|