diff options
author | Robby <robby@chatbelgie.be> | 2018-11-10 15:15:05 +0100 |
---|---|---|
committer | Robby <robby@chatbelgie.be> | 2018-11-10 15:15:05 +0100 |
commit | b279863acb9ae3ade833ea00bcb17f22001e20db (patch) | |
tree | ff8bf1c8e22fea335f85092f689154b66968a7fe /data | |
parent | 9e7dadb9673b7b79c6307f5e859aa12c775e39ee (diff) |
Update most URLs to use HTTPS if available, and fix some dead ones too.
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 */ |