diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/reference.conf b/doc/reference.conf index 9a2748f..ecc1794 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -469,6 +469,12 @@ operator { */ # ssl_certificate_fingerprint = "4C62287BA6776A89CD4F8FF10A62FFB35E79319F51AF6C62C674984974FCCB1D"; + /* + * ssl_connection_required: client must be connected over SSL/TLS + * in order to be able to use this oper{} block. + */ + ssl_connection_required = no; + /* class: the class the oper joins when they successfully /oper */ class = "opers"; |