From d13d50a18864f06cf1a8b7314acc300a7a44f66f Mon Sep 17 00:00:00 2001 From: xfnw Date: Sun, 21 Nov 2021 13:37:57 -0500 Subject: [PATCH] change reject reason --- dnsbl.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsbl.j2 b/dnsbl.j2 index 5276b70..3b02023 100644 --- a/dnsbl.j2 +++ b/dnsbl.j2 @@ -1,12 +1,12 @@ 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}"; + reject_reason = "Your host is listed in 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}"; + 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 { host = "torexit.dan.me.uk";