feat: add compression support and fix tun config overwrite issue

This commit is contained in:
vffuunnyy
2025-08-16 01:56:56 +07:00
parent d38e93ac7e
commit c82f4e50d2
3 changed files with 21 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ tokio = { version = "1.45.1", features = [
"sync",
] }
serde = { version = "1.0.219", features = ["derive"] }
reqwest = { version = "0.12.20", features = ["json", "rustls-tls", "cookies"] }
reqwest = { version = "0.12.20", features = ["json", "rustls-tls", "cookies", "brotli", "gzip", "zstd"] }
regex = "1.11.1"
sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs" }
image = "0.25.6"