about summary refs log tree commit diff
path: root/relay.conf
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-08-05 15:09:42 +0900
committersefidel <contact@sefidel.net>2023-08-06 01:22:44 +0900
commit77c381da63e5c8307ff3c0ed4f39524e49914996 (patch)
treed4b74fec81d1e3dc803ba1ec9ca0f5faedad8ef4 /relay.conf
parent31eb7ea1017c8d91b386c74a21dc5cb3d17afb14 (diff)
downloadweechatrc-77c381da63e5c8307ff3c0ed4f39524e49914996.tar.gz
weechatrc-77c381da63e5c8307ff3c0ed4f39524e49914996.zip
feat: update & fix colours
Diffstat (limited to 'relay.conf')
-rw-r--r--relay.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/relay.conf b/relay.conf
index f0a356a..bc97e41 100644
--- a/relay.conf
+++ b/relay.conf
@@ -6,9 +6,11 @@
 #
 # Use commands like /set or /fset to change settings in WeeChat.
 #
-# For more info, see: https://weechat.org/doc/quickstart/
+# For more info, see: https://weechat.org/doc/weechat/quickstart/
 #
 
+config_version = 2
+
 [look]
 auto_open_buffer = on
 raw_messages = 256
@@ -37,8 +39,8 @@ nonce_size = 16
 password = ""
 password_hash_algo = "*"
 password_hash_iterations = 100000
-ssl_cert_key = "${weechat_config_dir}/ssl/relay.pem"
-ssl_priorities = "NORMAL:-VERS-SSL3.0"
+tls_cert_key = "${weechat_config_dir}/ssl/relay.pem"
+tls_priorities = "NORMAL:-VERS-SSL3.0"
 totp_secret = ""
 totp_window = 0
 websocket_allowed_origins = ""