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/ja/autogen/user/relay_options.asciidoc | |
parent | a092e727318b9d55d42e5a4ffb94254eec6c50ec (diff) | |
download | weechat-134a5f53d498ba617f0aafd5479451a2073f6c07.zip |
relay: add option relay.network.ssl_priorities (closes #234)
Diffstat (limited to 'doc/ja/autogen/user/relay_options.asciidoc')
-rw-r--r-- | doc/ja/autogen/user/relay_options.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/relay_options.asciidoc b/doc/ja/autogen/user/relay_options.asciidoc index 19da60138..f52344be3 100644 --- a/doc/ja/autogen/user/relay_options.asciidoc +++ b/doc/ja/autogen/user/relay_options.asciidoc @@ -118,6 +118,11 @@ ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `"%h/ssl/relay.pem"`) +* [[option_relay.network.ssl_priorities]] *relay.network.ssl_priorities* +** 説明: `gnutls の優先度を示した文字列 (構文は、gnutls マニュアルの gnutls_priority_init 関数のドキュメントを参照、通例: "PERFORMANCE", "NORMAL", "SECURE128", "SECURE256", "EXPORT", "NONE")` +** タイプ: 文字列 +** 値: 未制約文字列 (デフォルト値: `"PERFORMANCE"`) + * [[option_relay.network.websocket_allowed_origins]] *relay.network.websocket_allowed_origins* ** 説明: `ウェブソケットに使うことを許可する origin の "POSIX 拡張正規表現 (大文字小文字を区別しない、"(?-i)" を先頭に置くと大文字小文字を区別する)、例: "^http://(www\.)?example\.(com|org)"` ** タイプ: 文字列 |