summaryrefslogtreecommitdiff
path: root/docs/conf/links.conf.example
diff options
context:
space:
mode:
authorRobby <robby@chatbelgie.be>2020-11-28 19:25:17 +0100
committerSadie Powell <sadie@witchery.services>2020-11-28 18:32:56 +0000
commit6d54b264e94003f773e37a4542a3e2659bbd3022 (patch)
tree1f87c75efe086fc0ef8b55e8e9335f5ca8a532ef /docs/conf/links.conf.example
parent00ad832c444358fb53a6245960533d93261d678e (diff)
Move the example TCP/IP listeners for servers to links.conf.example.
Diffstat (limited to 'docs/conf/links.conf.example')
-rw-r--r--docs/conf/links.conf.example24
1 files changed, 22 insertions, 2 deletions
diff --git a/docs/conf/links.conf.example b/docs/conf/links.conf.example
index 256ac10f9..c0d2980c7 100644
--- a/docs/conf/links.conf.example
+++ b/docs/conf/links.conf.example
@@ -1,3 +1,23 @@
+#-#-#-#-#-#-#-#-#-#-#-#- PORT CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-
+# #
+# Configure the port and address bindings for linking here. #
+# #
+# Refer to the port configuration section in inspircd.conf.example #
+# for more information about the available options. #
+# #
+
+# TLS (SSL) listener that binds on a TCP/IP endpoint:
+<bind address="1.2.3.4"
+ port="7005"
+ type="servers"
+ ssl="gnutls">
+
+# Plaintext listener that binds on a TCP/IP endpoint:
+<bind address=""
+ port="7000,7001"
+ type="servers">
+
+
#-#-#-#-#-#-#-#-#-#-#- SERVER LINK CONFIGURATION -#-#-#-#-#-#-#-#-#-#
# #
# Defines which servers can link to this one, and which servers this #
@@ -10,8 +30,8 @@
# |_| \_\___|\__,_|\__,_| |_| |_| |_|_|___/ |____/|_|\__(_) #
# #
# If you want to link servers to InspIRCd you must load the #
-# spanningtree module! #
-# #
+# spanningtree module! If you do not load this module, server ports #
+# will NOT work! #
# #
<link