update dnsbls

This commit is contained in:
xfnw 2021-09-10 22:45:43 -04:00
parent 38617e2680
commit acaa466020

View file

@ -4,12 +4,12 @@ dnsbl {
reject_reason = "You have a host listed in the DroneBL. For more information, visit http://dronebl.org/lookup?ip=${ip}"; reject_reason = "You have a host listed in the DroneBL. For more information, visit http://dronebl.org/lookup?ip=${ip}";
}; };
dnsbl { dnsbl {
host = "dnsbl.xfnw.coconut.ircnow.org"; host = "dnsbl.owen.bellz.org";
type = ipv4, ipv6; type = ipv4, ipv6;
reject_reason = "You have a host listed in xfnw's dnsbl. For more information, or if you think this is a mistake, visit https://dnsbl.xfnw.coconut.ircnow.org/?ip=${ip}"; reject_reason = "You have a host listed in xfnw dnsbl. For more information, or if you think this is a mistake, visit https://dnsbl.owen.bellz.org/dnsbl/?ip=${ip}";
}; };
dnsbl { dnsbl {
host = "torexit.dan.me.uk"; host = "torexit.dan.me.uk";
type = ipv4, ipv6; type = ipv4, ipv6;
reject_reason = "If you want to use tor, use the hidden service lol"; reject_reason = "To reduce spam and abuse, please connect to the hidden service while using tor";
}; };