From 6297157db03cce5d4981f2271cb7bb39a14513f3 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Wed, 25 Jun 2025 19:10:35 +0300 Subject: [PATCH] chore: NO TOR PROXY AGAIN --- README.md | 1 - src/chat/config.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f15872d..28989f6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ better RAC client - RACv1.99.x and RACv2.0 compatible - WRAC compatible ([docs](docs/wrac.md)) - chat commands (type /help) -- uses tor proxy as default (wracs://meex.lol:11234) - no ip and date visible for anyone (almost) - coloring usernames by their clients (CRAB, clRAC, Mefidroniy, etc.) - many command-line options (see --help) diff --git a/src/chat/config.rs b/src/chat/config.rs index 5d2e29b..77e71ff 100644 --- a/src/chat/config.rs +++ b/src/chat/config.rs @@ -21,7 +21,7 @@ pub fn default_konata_size() -> usize { 100 } pub fn default_host() -> String { - "wracs://meex.lol:11234".to_string() + "wracs://meex.lol".to_string() } pub fn default_message_format() -> String { MESSAGE_FORMAT.to_string()