add wracs server

This commit is contained in:
MeexReay 2025-06-17 10:38:44 +03:00
parent d692b8dc99
commit f5c33ca31c

View File

@ -42,7 +42,7 @@ lazy_static! {
pub static ref SERVER_LIST: Vec<String> = vec![ pub static ref SERVER_LIST: Vec<String> = vec![
"rac://meex.lol".to_string(), "rac://meex.lol".to_string(),
"rac://meex.lol:11234".to_string(), "wracs://meex.lol".to_string(),
"rac://91.192.22.20".to_string() "rac://91.192.22.20".to_string()
]; ];
} }