]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - conf/links.conf.example
Update example configs for SSL changes [dKingston]
[user/henk/code/inspircd.git] / conf / links.conf.example
index fa7d017e46e41430079378f42bfc863b6495f08b..1b85d6d2b49dabaab3f4e662fe50120711029834 100644 (file)
       # failover (see above).
       timeout="300"
 
-      # transport: If defined, this states extra modules that can be
+      # fingerprint: If defined, this option will force servers to be
+      # authenticated using SSL Fingerprints. For more information,
+      # see http://wiki.inspircd.org/SSL
+      #fingerprint=""
+
+      # ssl: If defined, this states extra modules that can be
       # used in the connection. Options are: "openssl" and "gnutls"
       # for encryption (they are compatible with each other) and
-      # "zip" for compression. You must use the same (or a compa-
-      # tible) transport on both sides of the link.
+      # "ziplinks" for compression. 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 zip.
-      transport="gnutls"
+      # m_ssl_gnutls.so for gnutls or m_ziplinks.so for ziplinks.
+      ssl="gnutls"
 
       # bind: Local IP address to bind to.
       bind="1.2.3.4"
@@ -83,7 +88,7 @@
       autoconnect="300"
       failover="hub.other.net"
       timeout="300"
-      transport="gnutls"
+      ssl="gnutls"
       bind="1.2.3.4"
       statshidden="no"
       hidden="no"