chore: NO TOR PROXY AGAIN

This commit is contained in:
MeexReay 2025-06-25 19:10:35 +03:00
parent 35a36e3011
commit 6297157db0
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -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()