From: brain Date: Sun, 19 Mar 2006 20:56:45 +0000 (+0000) Subject: who left out m_ssl_dummy? X-Git-Tag: v2.0.23~8361 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=cf5ee19bca635a8c8ec3ef962a94bbafc06776cd;hp=54a0ed6f79b962bc2bd6e0020fc129aab05917d9;p=user%2Fhenk%2Fcode%2Finspircd.git who left out m_ssl_dummy? git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3739 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 659cb4313..b4fda8c8c 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1059,6 +1059,13 @@ # does not do anything useful without a working SSL module (see below) # +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# 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). +# + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # GnuTLS ssl module: Adds support for client-server SSL using GnuTLS, # if enabled. You must copy the source for this module from the directory