aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-04-16 12:13:11 +0100
committerGravatar Sadie Powell2025-04-16 12:13:11 +0100
commita3e736de1d3b6423e88b58506c0bfbe89dec3bd3 (patch)
tree04ffa9b7f162c00c5ce4f5da11344ff02622660a /docs
parentRefuse to hash passwords using insecure algorithms in MKPASSWD. (diff)
Add <security:banrealmask>.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/inspircd.example.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf/inspircd.example.conf b/docs/conf/inspircd.example.conf
index 78809a818..7a3a11eeb 100644
--- a/docs/conf/inspircd.example.conf
+++ b/docs/conf/inspircd.example.conf
@@ -830,6 +830,10 @@
# (Commands like /NOTICE, /PRIVMSG, /KICK, etc)
maxtargets="20"
+ # banrealmask: Whether to ban the real hostname and IP address of users even if
+ # not visible. Defaults to yes.
+ banrealmask="yes"
+
# customversion: A custom message to be displayed in the comments field
# of the VERSION command response. This does not hide the InspIRCd version.
customversion=""