summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-23 17:19:48 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-23 17:19:48 +0000
commit1ab7afba0ec6c991410c231c1cfd26f6a6636a30 (patch)
treebd0fafa0ee7c6f1e712fcaf940f7a58300f62ffc /docs
parent4e7a8f306a545ee47bcfa81ad2ea54432fd31283 (diff)
Added <link:hidden> to docs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2866 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r--docs/inspircd.conf.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index e36d83b98..a11eac17d 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -313,6 +313,15 @@
# 16 or 32 characters in length for a 64, 128 or 256 #
# bit key, respectively. #
# #
+# hidden - When using m_spanningtree.so for linking. you may #
+# set this to 'yes', and if you do, the IP address/ #
+# hostname of this connection will NEVER be shown to #
+# any opers on the network. In /STATS c its address #
+# will show as *@<hidden>, and during CONNECT and #
+# inbound connections, its IP will show as <hidden> #
+# UNLESS the connection fails (e.g. due to a bad #
+# password or servername) #
+# #
# to u:line a server (give it extra privilages required for running #
# services, Q, etc) you must include the <uline server> tag as shown #
# in the example below. You can have as many of these as you like. #