playbook/dnsbl.j2

16 lines
603 B
Plaintext
Raw Normal View History

2021-07-16 15:29:39 +00:00
dnsbl {
host = "dnsbl.dronebl.org";
type = ipv4, ipv6;
2021-11-21 18:37:57 +00:00
reject_reason = "Your host is listed in DroneBL. For more information, visit http://dronebl.org/lookup?ip=${ip}";
2021-07-16 15:29:39 +00:00
};
dnsbl {
2021-09-11 02:45:43 +00:00
host = "dnsbl.owen.bellz.org";
2021-07-16 15:29:39 +00:00
type = ipv4, ipv6;
2021-11-21 18:37:57 +00:00
reject_reason = "Your host is listed in bellz dnsbl. For more information, or if you think this is a mistake, visit https://dnsbl.owen.bellz.org/dnsbl/?ip=${ip}";
2021-07-16 15:29:39 +00:00
};
dnsbl {
host = "torexit.dan.me.uk";
type = ipv4, ipv6;
2021-09-11 02:45:43 +00:00
reject_reason = "To reduce spam and abuse, please connect to the hidden service while using tor";
2021-07-16 15:29:39 +00:00
};