mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-28 05:52:24 +01:00
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:
parent
b398c3d101
commit
0971cf7d70
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue