From 97248c37723ea6c5b03511d8ab77de57c4af15c8 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Mon, 3 Feb 2025 18:07:10 +0100 Subject: [PATCH] using domains in client config --- src/chat/config/client.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chat/config/client.toml b/src/chat/config/client.toml index d7fc211..bea0dd9 100644 --- a/src/chat/config/client.toml +++ b/src/chat/config/client.toml @@ -15,6 +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' +auto_connect_ip = "chat.coquette.baby" # 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 +authority_ip = "ca.chat.coquette.baby" # 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