only require secure oper if ssl is enabled
This commit is contained in:
parent
d429c22ba2
commit
ff19d0260a
1 changed files with 1 additions and 1 deletions
2
ircd.j2
2
ircd.j2
|
@ -280,7 +280,7 @@ general {
|
|||
certfp_method = sha512;
|
||||
hide_opers_in_whois = no;
|
||||
tls_ciphers_oper_only = no;
|
||||
oper_secure_only = yes;
|
||||
oper_secure_only = {% if ssl_exists.stat.exists %}yes{% else %}no{% endif %};
|
||||
};
|
||||
|
||||
modules {
|
||||
|
|
Loading…
Reference in a new issue