15 lines
613 B
Django/Jinja
15 lines
613 B
Django/Jinja
dnsbl {
|
|
host = "dnsbl.dronebl.org";
|
|
type = ipv4, ipv6;
|
|
reject_reason = "You have a host listed in the DroneBL. For more information, visit http://dronebl.org/lookup?ip=${ip}";
|
|
};
|
|
dnsbl {
|
|
host = "dnsbl.owen.bellz.org";
|
|
type = ipv4, ipv6;
|
|
reject_reason = "You have a host listed in bellz dnsbl. For more information, or if you think this is a mistake, visit https://dnsbl.owen.bellz.org/dnsbl/?ip=${ip}";
|
|
};
|
|
dnsbl {
|
|
host = "torexit.dan.me.uk";
|
|
type = ipv4, ipv6;
|
|
reject_reason = "To reduce spam and abuse, please connect to the hidden service while using tor";
|
|
};
|