diff options
| author | 2026-03-19 15:03:30 +0000 | |
|---|---|---|
| committer | 2026-03-19 15:03:30 +0000 | |
| commit | 7a5ab67f26424c445f9bdb2bffc105cdec9f190c (patch) | |
| tree | 515fed804ac1217f1af91c5b1e2bff02b680306c /docs | |
| parent | Expose the maximum channel key length to services. (diff) | |
Allow overriding the oper restrictions on the fingerprint extban.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/modules.example.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf/modules.example.conf b/docs/conf/modules.example.conf index 6626e75a6..1dc2c9b61 100644 --- a/docs/conf/modules.example.conf +++ b/docs/conf/modules.example.conf @@ -2653,6 +2653,11 @@ # Does not do anything useful without a working TLS module and the # sslinfo module (see below). #<module name="sslmodes"> +# +# By default the fingerprint extban can only be used by users who can +# see fingerprints of other users (i.e. <sslinfo:operonly>). You can +# override this behaviour with extbanoperonly. +#<sslmodes extbanoperonly="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # TLS rehash signal module: Allows the TLS modules to be rehashed by |
