diff options
author | Sadie Powell <sadie@witchery.services> | 2020-12-22 06:07:11 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-12-22 06:13:45 +0000 |
commit | aaee82ee303dd3f1f4d1bea219942fc79bb2542f (patch) | |
tree | e4e11ac485ab28788499724de7465fc86ed1df78 /docs/conf/providers/dronebl.conf.example | |
parent | 744efed4e2ca5b1957e541238ed14e9931019479 (diff) |
Add config files for popular DNSBL providers.
Diffstat (limited to 'docs/conf/providers/dronebl.conf.example')
-rw-r--r-- | docs/conf/providers/dronebl.conf.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/conf/providers/dronebl.conf.example b/docs/conf/providers/dronebl.conf.example new file mode 100644 index 000000000..72055d522 --- /dev/null +++ b/docs/conf/providers/dronebl.conf.example @@ -0,0 +1,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."> |