diff options
Diffstat (limited to 'blabouncer.conf.example')
| -rw-r--r-- | blabouncer.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/blabouncer.conf.example b/blabouncer.conf.example index 4e8e7f1..f5007c4 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -94,6 +94,11 @@ ircserverport = "6697" # If clienttls = "0" then this need not be set #keyfile = "/home/foo/.blabouncer/key.pem" +# OpenSSL security level, from 0 to 5 at the time of writing, left at the OpenSSL default if undefined, +# see https://docs.openssl.org/master/man3/SSL_CTX_set_security_level/#default-callback-behaviour +# for further details +#sslseclevel = "2" + # Enable logging ("1" for yes or "0" for no) # Logs go to basedir/logs/ with one file per channel/nick logging = "1" |
