diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-16 11:30:30 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-16 11:30:30 +0000 |
commit | d4882ea1a16af359f9aea4ab818a690e1d807d11 (patch) | |
tree | 8f61987b87e066cbc832ccfedd5853c0e59d057c /doc | |
parent | ef672ecfcc78b21f04143c6f21c5450c972cdffc (diff) |
- Add operator::ssl_connection_required configuration option
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2249 82007160-df01-0410-b94d-b575c5fd34c7
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"; |