mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-06-24 02:42:57 +03:00
Feat: make tor proxy as default
This commit is contained in:
parent
bbbcb93a7f
commit
9a191eec78
@ -13,6 +13,7 @@ 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)
|
||||
|
@ -21,7 +21,7 @@ pub fn default_konata_size() -> usize {
|
||||
100
|
||||
}
|
||||
pub fn default_host() -> String {
|
||||
"wracs://meex.lol".to_string()
|
||||
"wracs://meex.lol:11234".to_string()
|
||||
}
|
||||
pub fn default_message_format() -> String {
|
||||
MESSAGE_FORMAT.to_string()
|
||||
|
@ -46,6 +46,7 @@ lazy_static! {
|
||||
];
|
||||
|
||||
pub static ref SERVER_LIST: Vec<String> = vec![
|
||||
"wracs://meex.lol:11234".to_string(),
|
||||
"rac://meex.lol".to_string(),
|
||||
"wracs://meex.lol".to_string(),
|
||||
"rac://91.192.22.20".to_string()
|
||||
|
Loading…
x
Reference in New Issue
Block a user