summaryrefslogtreecommitdiff
path: root/docs/inspircd.conf.example
diff options
context:
space:
mode:
authorDaniel De Graaf <danieldg@inspircd.org>2011-04-18 21:48:05 -0400
committerDaniel De Graaf <danieldg@inspircd.org>2011-04-18 21:48:05 -0400
commit7aab0d12db670fea68a258d9ae2b05ea5c4615be (patch)
tree53c10401dd88f36ae26daf73cf32abaf0855bb5e /docs/inspircd.conf.example
parenta07ad071563e924664cbf15e98557f9d4838062e (diff)
parent00d5b1e12c5f3735e23ae29f6de505fb2d868a5a (diff)
Merge commit 'refs/merge-requests/5' of git://gitorious.org/inspircd/inspircd into insp20
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r--docs/inspircd.conf.example7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index fff58a868..7dff4bd7d 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -164,12 +164,11 @@
<bind address="" port="6660-6669" type="clients">
-# When linking servers, the openssl and gnutls transports are completely
+# When linking servers, the openssl and gnutls implementations are completely
# link-compatible and can be used alongside each other
# on each end of the link without any significant issues.
-# Transports can only be used on server blocks.
-# Supported Transports are: "ziplinks", "openssl" and "gnutls".
-# You must load m_ziplinks module for zip, m_ssl_openssl for openssl
+# Supported ssl types are: "openssl" and "gnutls".
+# You must load, m_ssl_openssl for openssl
# or m_ssl_gnutls for gnutls.
<bind address="" port="7000,7001" type="servers">