From 103d5d538570fe8dfdd762be6716805f10a35c59 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 1 Feb 2025 13:27:52 +0100 Subject: [PATCH] added authority_ip to client config --- src/chat/config/client.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/chat/config/client.toml b/src/chat/config/client.toml index 6de191d..d7fc211 100644 --- a/src/chat/config/client.toml +++ b/src/chat/config/client.toml @@ -15,4 +15,6 @@ # along with this program. If not, see . auto_connect = false # Automatic connection to 'auto_connect_ip' -auto_connect_ip = "109.123.243.163" # See 'auto_connect' \ No newline at end of file +auto_connect_ip = "109.123.243.163" # See 'auto_connect' + +authority_ip = "109.123.243.163" # CA Address; Feel free to change if you don't trust the developer, but be aware that both client and server must use the same CA \ No newline at end of file