v0.3.0: Fix DC detection from obfuscated2 init, use kws endpoints

Made-with: Cursor:
This commit is contained in:
by-sonic
2026-03-17 12:32:49 +03:00
parent aff6bb6f35
commit fd9e2351c3
3 changed files with 529 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tg_unblock"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
[dependencies]
@@ -14,6 +14,9 @@ open = "5"
tokio-tungstenite = { version = "0.24", features = ["native-tls"] }
native-tls = "0.2"
futures-util = "0.3"
aes = "0.8"
ctr = "0.9"
cipher = "0.4"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser"] }