]> jfr.im git - solanum.git/blobdiff - modules/m_info.c
Add general::tls_ciphers_oper_only
[solanum.git] / modules / m_info.c
index d3c8e8c0c9c88ff2668bd0ab496a2714e5ca96d7..f7deda1733d1f4ed6e6c89d9a53538e84ea571a5 100644 (file)
@@ -524,6 +524,12 @@ static struct InfoStruct info_table[] = {
                &ConfigFileEntry.away_interval,
                "The minimum time between aways",
        },
+       {
+               "tls_ciphers_oper_only",
+               OUTPUT_BOOLEAN_YN,
+               &ConfigFileEntry.tls_ciphers_oper_only,
+               "TLS cipher strings are hidden in whois for non-opers",
+       },
        {
                "default_split_server_count",
                OUTPUT_DECIMAL,