change reject reason
This commit is contained in:
parent
ec6597dd73
commit
d13d50a188
1 changed files with 2 additions and 2 deletions
4
dnsbl.j2
4
dnsbl.j2
|
@ -1,12 +1,12 @@
|
||||||
dnsbl {
|
dnsbl {
|
||||||
host = "dnsbl.dronebl.org";
|
host = "dnsbl.dronebl.org";
|
||||||
type = ipv4, ipv6;
|
type = ipv4, ipv6;
|
||||||
reject_reason = "You have a host listed in the DroneBL. For more information, visit http://dronebl.org/lookup?ip=${ip}";
|
reject_reason = "Your host is listed in DroneBL. For more information, visit http://dronebl.org/lookup?ip=${ip}";
|
||||||
};
|
};
|
||||||
dnsbl {
|
dnsbl {
|
||||||
host = "dnsbl.owen.bellz.org";
|
host = "dnsbl.owen.bellz.org";
|
||||||
type = ipv4, ipv6;
|
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}";
|
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}";
|
||||||
};
|
};
|
||||||
dnsbl {
|
dnsbl {
|
||||||
host = "torexit.dan.me.uk";
|
host = "torexit.dan.me.uk";
|
||||||
|
|
Loading…
Reference in a new issue