diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-26 18:03:47 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-26 18:03:47 +0100 |
commit | 134a5f53d498ba617f0aafd5479451a2073f6c07 (patch) | |
tree | 830c9b33dd9d5528cdb29c7f17c3989d9d60b721 /doc/it/autogen | |
parent | a092e727318b9d55d42e5a4ffb94254eec6c50ec (diff) | |
download | weechat-134a5f53d498ba617f0aafd5479451a2073f6c07.zip |
relay: add option relay.network.ssl_priorities (closes #234)
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/relay_options.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/it/autogen/user/relay_options.asciidoc b/doc/it/autogen/user/relay_options.asciidoc index b08912850..f2a6edca4 100644 --- a/doc/it/autogen/user/relay_options.asciidoc +++ b/doc/it/autogen/user/relay_options.asciidoc @@ -118,6 +118,11 @@ ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"%h/ssl/relay.pem"`) +* [[option_relay.network.ssl_priorities]] *relay.network.ssl_priorities* +** descrizione: `stringa con le priorità per gnutls (per la sintassi, consultare la documentazione per la funzione gnutls_priority_init nel manuale di gnutls, stringhe comuni sono: "PERFORMANCE", "NORMAL", "SECURE128", "SECURE256", "EXPORT", "NONE")` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `"PERFORMANCE"`) + * [[option_relay.network.websocket_allowed_origins]] *relay.network.websocket_allowed_origins* ** descrizione: `POSIX extended regular expression with origins allowed in websockets (case insensitive, use "(?-i)" at beginning to make it case sensitive), example: "^http://(www\.)?example\.(com|org)"` ** tipo: stringa |