diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/example.conf | 2 | ||||
-rw-r--r-- | data/modules.example.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/example.conf b/data/example.conf index 9f86004db..56efe06bf 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1192,7 +1192,7 @@ module /* * db_redis. * - * This module allows using Redis (http://redis.io) as a database backend. + * This module allows using Redis (https://redis.io/) as a database backend. * This module requires that m_redis is loaded and configured properly. * * Redis 2.8 supports keyspace notifications which allows Redis to push notifications diff --git a/data/modules.example.conf b/data/modules.example.conf index 461e455e2..6dd7d5d85 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -171,7 +171,7 @@ module { name = "help" } { name = "dnsbl.dronebl.org" time = 4h - reason = "You have a host listed in the DroneBL. For more information, visit http://dronebl.org/lookup_branded?ip=%i&network=%N" + reason = "You have a host listed in the DroneBL. For more information, visit https://dronebl.org/lookup_branded?ip=%i&network=%N" } /* Exempt localhost from DNSBL checks */ |