From d4882ea1a16af359f9aea4ab818a690e1d807d11 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 16 Jun 2013 11:30:30 +0000 Subject: - 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 --- doc/reference.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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"; -- cgit