mirror of
https://github.com/masterking32/MasterHttpRelayVPN.git
synced 2026-05-17 21:24:37 +03:00
18 lines
466 B
Plaintext
18 lines
466 B
Plaintext
# Core (no external dependencies for basic modes)
|
|
# Python 3.10+ required
|
|
|
|
# Optional: MITM interception (apps_script mode)
|
|
cryptography>=41.0.0
|
|
|
|
# Optional: HTTP/2 multiplexing (faster apps_script relay)
|
|
h2>=4.1.0
|
|
|
|
# Optional: Brotli decompression (modern websites send `br` encoding)
|
|
brotli>=1.1.0
|
|
|
|
# Optional: Zstandard decompression (some CDNs now serve `zstd`)
|
|
zstandard>=0.22.0
|
|
|
|
# Optional: Better network interface detection for LAN sharing
|
|
netifaces>=0.11.0
|