diff options
| author | 2025-07-28 11:29:37 +0100 | |
|---|---|---|
| committer | 2025-07-28 11:29:37 +0100 | |
| commit | 9398bd9213302cfd70932bc06c18305a6a1248fd (patch) | |
| tree | f833ba18f0ce2b809224150400aaaa8775049a83 | |
| parent | Don't use a dummy owner when building with --disable-ownership. (diff) | |
Use the same message for ssl_{gnutls,openssl} as other modules.
| -rw-r--r-- | docs/conf/modules.example.conf | 31 |
1 files changed, 23 insertions, 8 deletions
diff --git a/docs/conf/modules.example.conf b/docs/conf/modules.example.conf index 826f89620..b8e2774e7 100644 --- a/docs/conf/modules.example.conf +++ b/docs/conf/modules.example.conf @@ -2515,10 +2515,18 @@ #<sqloper dbid="1"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# GnuTLS TLS module: Adds support for TLS connections using GnuTLS, -# if enabled. You must answer 'yes' in ./configure when asked or -# manually symlink the source for this module from the directory -# src/modules/extra, if you want to enable this, or it will not load. +# GnuTLS TLS module: Adds support for TLS connections using GnuTLS. This +# is the recommended TLS module. +# +# This module depends on a third-party library (GnuTLS) and may +# need to be manually enabled at build time. If you are building from +# source you can do this by installing this dependency and running: +# +# ./configure --enable-extras ssl_gnutls +# make install +# +# Users of binary packages should consult the documentation for their +# package to find out whether this module is available. #<module name="ssl_gnutls"> # #-#-#-#-#-#-#-#-#-#-#- GNUTLS CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# @@ -2527,10 +2535,17 @@ # https://docs.inspircd.org/4/modules/ssl_gnutls # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# OpenSSL TLS module: Adds support for TLS connections using OpenSSL, -# if enabled. You must answer 'yes' in ./configure when asked or symlink -# the source for this module from the directory src/modules/extra, if -# you want to enable this, or it will not load. +# OpenSSL TLS module: Adds support for TLS connections using OpenSSL. +# +# This module depends on a third-party library (OpenSSL) and may +# need to be manually enabled at build time. If you are building from +# source you can do this by installing this dependency and running: +# +# ./configure --enable-extras ssl_openssl +# make install +# +# Users of binary packages should consult the documentation for their +# package to find out whether this module is available. #<module name="ssl_openssl"> # #-#-#-#-#-#-#-#-#-#-#- OPENSSL CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# |
