diff options
Diffstat (limited to 'conf/modules.conf.example')
-rw-r--r-- | conf/modules.conf.example | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index 2401f1311..bf11a5ecd 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -1541,6 +1541,8 @@ # to force opers to use SSL connections in order to oper up. # It is highly recommended to load this module especially if # you use SSL on your network. +# For how to use the oper features, please see the first example <oper> tag +# in opers.conf.example. # #<module name="m_sslinfo.so"> @@ -1561,16 +1563,6 @@ # your configuration file! # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# SSL Cert Oper module: Allows opers to oper up using the key fingerprint -# stored within their SSL certificate and key pair. -# When using this module, one of m_ssl_gnutls.so or m_ssl_openssl.so must -# be loaded. An extra value should be added to enabled opers, which -# is in the following format: fingerprint="<hash>". For more information, -# see the example in the oper blocks. -# This module is oper-only. -#<module name="m_ssl_oper_cert.so"> - -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Strip colour module: Adds the channel mode +S #<module name="m_stripcolor.so"> |