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.
This commit is contained in:
Bram Matthys 2021-07-07 14:17:18 +02:00
parent b398c3d101
commit 0971cf7d70
No known key found for this signature in database
GPG key ID: BF8116B163EAAE98

View file

@ -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: