diff options
author | Adam <Adam@anope.org> | 2014-01-15 23:31:28 -0500 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-01-21 18:04:08 +0100 |
commit | ec1e85cb3dbe7c733faa7dbd850459a41b7e5144 (patch) | |
tree | 2d204c9706a4a76a313f084c54ce3bd2e64583d8 /docs/conf | |
parent | 1cf73c8f32ef8c9cd2a3a1447f9c346e8c2fdacd (diff) |
Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with both openssl and gnutls
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/modules.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index ff7210001..2ab1adebf 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1807,6 +1807,12 @@ #<sqloper dbid="1" hash="md5"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# StartTLS module: Implements STARTTLS, which allows clients # +# connected to non SSL enabled ports to enable SSL, if a proper SSL # +# module is loaded (either m_ssl_gnutls or m_ssl_openssl). # +#<module name="m_starttls.so"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SVSHold module: Implements SVSHOLD. Like Q:Lines, but can only be # # added/removed by Services. # #<module name="m_svshold.so"> |