add dnsbls to config
This commit is contained in:
parent
b0731b4390
commit
b225001194
1 changed files with 15 additions and 0 deletions
15
dnsbl.j2
15
dnsbl.j2
|
@ -0,0 +1,15 @@
|
|||
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.xfnw.coconut.ircnow.org";
|
||||
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}";
|
||||
};
|
||||
dnsbl {
|
||||
host = "torexit.dan.me.uk";
|
||||
type = ipv4, ipv6;
|
||||
reject_reason = "If you want to use tor, use the hidden service lol";
|
||||
};
|
Loading…
Reference in a new issue