summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDjSlash <djslash@djslash.org>2011-03-28 16:03:54 +0200
committerDjSlash <djslash@djslash.org>2011-03-28 16:03:54 +0200
commit1a721c948dd2db82c9a3b4b7458881f1b118bcf5 (patch)
tree20f5644d5fbbc64f754d1ed691c625d49b9b42e3 /docs
parent7ca5bfa8a752d14332bb9ced2f8721c2117440c7 (diff)
Updated examples, removing ziplinks
Diffstat (limited to 'docs')
-rw-r--r--docs/inspircd.conf.example7
-rw-r--r--docs/links.conf.example10
2 files changed, 7 insertions, 10 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">
diff --git a/docs/links.conf.example b/docs/links.conf.example
index 2357220f9..27213f784 100644
--- a/docs/links.conf.example
+++ b/docs/links.conf.example
@@ -40,14 +40,12 @@
# ssl: If defined, this states extra modules that will be used when
# making an outbound connection to the server. Options are: "openssl"
- # and "gnutls" for encryption (they are compatible with each other) and
- # "ziplinks" for compression. You must use the same (or a compatible)
- # transport on both sides of the link.
+ # and "gnutls" for encryption (they are compatible with each other).
+ # You must use the same (or a compatible) transport on both sides of the link.
#
# You will need to load the m_ssl_openssl.so module for openssl,
- # m_ssl_gnutls.so for gnutls or m_ziplinks.so for ziplinks. The server
- # port that you connect to must be capable of accepting this type of
- # connection.
+ # m_ssl_gnutls.so for gnutls. The server port that you connect to
+ # must be capable of accepting this type of connection.
ssl="gnutls"
# fingerprint: If defined, this option will force servers to be