]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
add a comment to the example config reminding users that gnutls and openssl are inter...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 9 Dec 2006 23:11:41 +0000 (23:11 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 9 Dec 2006 23:11:41 +0000 (23:11 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5903 e03df62e-2008-0410-955e-edbf42e46eb7

docs/inspircd.conf.example

index 85ca14dde19f8f92a2db072af4150af49e92782c..edd3e0c852a25f7badb6362b5b3367821127a8b0 100644 (file)
 #                                                                     #
 #  Syntax is as follows:                                              #
 #                                                                     #
-# <bind address="ip or host" port="port" type="clients">              #
-# <bind address="ip or host" port="port" type="servers">              #
+# <bind address="ip address" port="port" type="clients">              #
+# <bind address="ip address" port="port" type="servers">              #
 #                                                                     #
 # If InspIRCd is built for IPV6, and you wish to accept IPV4 clients, #
 # then you must specify your IPV6 clients in the following form:      #
 
 <bind address="" port="6000" type="clients">
 <bind address="" port="6660-6669" type="clients" ssl="gnutls">
+
+# When linking servers, the openssl and gnutls transports are largely
+# link-compatible and can be used alongside each other or either/or
+# on each end of the link without any significant issues.
+
 <bind address="" port="7000,7001" type="servers">
 <bind address="1.2.3.4" port="7005" type="servers" transport="openssl">