]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
who left out m_ssl_dummy?
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 19 Mar 2006 20:56:45 +0000 (20:56 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 19 Mar 2006 20:56:45 +0000 (20:56 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3739 e03df62e-2008-0410-955e-edbf42e46eb7

docs/inspircd.conf.example

index 659cb4313a061d6b8e250ecd4e41bf68c1b529ed..b4fda8c8c5c06cad6bf65471127220bd1771c19f 100644 (file)
 # does not do anything useful without a working SSL module (see below)
 #<module name="m_sslmodes.so">
 
+#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
+# Dummy ssl module: If you have other servers on your network which
+# have SSL, but your server does not have ssl enabled, you should load
+# this module, which will handle SSL metadata (e.g. the "Is using ssl"
+# field in the WHOIS information).
+#<module name="m_ssl_dummy.so">
+
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # GnuTLS ssl module: Adds support for client-server SSL using GnuTLS,
 # if enabled. You must copy the source for this module from the directory