From 0971cf7d70c0c504d228ea74be84c7dbfd9a6e5f Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 7 Jul 2021 14:17:18 +0200 Subject: [PATCH] modules.optional.conf: example set::antirandom block: Use CIDR instead of standard wildcard. In this case, since it's antirandom, it is not really important as someone is not going to add DNS records specially to avoid triggering antirandom. That makes no sense since it is much easier to avoid using a random looking name. Main reason of changing it here is to set a good example. --- doc/conf/modules.optional.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf/modules.optional.conf b/doc/conf/modules.optional.conf index 4c4f1fcfa..1a8043091 100644 --- a/doc/conf/modules.optional.conf +++ b/doc/conf/modules.optional.conf @@ -125,8 +125,8 @@ set { * NOTE: Use the REAL host or IP here, not any cloaked hosts! */ except-hosts { - mask 192.168.*; - mask 127.*; + mask 192.168.0.0/16; + mask 127.0.0.0/8; } /* EXCEPT-WEBIRC: