docs(README): add fork changes section vs upstream
This commit is contained in:
parent
1e77bbe7b7
commit
e4facdf010
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
|
@ -55,6 +55,19 @@
|
|||
|
||||
---
|
||||
|
||||
## Fork changes vs upstream (apernet/hysteria)
|
||||
|
||||
This fork adds the following features on top of the original Hysteria 2:
|
||||
|
||||
- **L3 VPN Tunnel** — full IP tunnel over QUIC with TUN interface and IP pool
|
||||
- **FileMask Noise** — obfuscation layer that masks traffic as encrypted file downloads (AES-GCM)
|
||||
- **Hysteria Outbound** — chain multiple Hysteria servers (use one as upstream outbound)
|
||||
- **TLS 1.3 Mimic Obfuscation** — wraps QUIC packets in TLS 1.3 record headers to bypass DPI
|
||||
- **Multi-mode Obfuscation** — auto-detects Salamander / TLS-mimic / plain clients on the same port
|
||||
- **Random Padding & Jitter** — obfuscation options to break constant-packet-size and constant-bitrate DPI patterns
|
||||
- **Session Recreation** — periodic client reconnection (`MaxSessionDuration`) to avoid long-lived session detection
|
||||
- **Plain client support** — stock Hysteria 2 clients connect without obfuscation on the same port
|
||||
|
||||
**If you find Hysteria useful, consider giving it a ⭐️!**
|
||||
|
||||
[](https://star-history.com/#apernet/hysteria&Date)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue