summaryrefslogtreecommitdiff
path: root/docs/conf/inspircd.conf.example
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-03-10 03:43:56 +0000
committerSadie Powell <sadie@witchery.services>2021-03-10 04:23:11 +0000
commite0dc7691c4cff3a38bc12adf10b3709d8c4901ba (patch)
treec3073104aa156f67c2571b6deb1dca24a103f60c /docs/conf/inspircd.conf.example
parent085777cf272cd74e44abec70c0a87003429e2fd3 (diff)
Rename `<bind:ssl>` to `<bind:sslprofile>`.
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-rw-r--r--docs/conf/inspircd.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example
index cdfb6f3c2..f07f21cdd 100644
--- a/docs/conf/inspircd.conf.example
+++ b/docs/conf/inspircd.conf.example
@@ -141,7 +141,7 @@
# to this bind section.
type="clients"
- # ssl: If you want the port(s) in this bind tag to use TLS (SSL), set this
+ # sslprofile: If you want the port(s) in this bind tag to use TLS (SSL), set this
# to the name of a custom <sslprofile> tag that you have defined. See the
# docs page for the TLS (SSL) module you are using for more details:
#
@@ -151,7 +151,7 @@
#
# You will need to load the ssl_openssl module for OpenSSL, ssl_gnutls
# for GnuTLS and ssl_mbedtls for mbedTLS.
- ssl="Clients"
+ sslprofile="Clients"
# defer: When this is non-zero, connections will not be handed over to
# the daemon from the operating system before data is ready.