hysteria/extras/obfs
Niko Marmeladkov 1e77bbe7b7
Some checks are pending
Build master branch / build (push) Waiting to run
Tests / Test (push) Waiting to run
feat: TLS 1.3 mimicry obfuscation, multi-mode (auto + plain), session recreation
- tlsmimic: wrap QUIC packets in TLS 1.3 record headers
- multi: auto-detect Salamander/TLS-mimic/plain on the same port
- multi: random padding and jitter support for DPI evasion
- reconnect: periodic session recreation via MaxSessionDuration
- client/server: wire tlsmimic/auto/plain obfs types and config
- NEW_FEATURES: translated to English
2026-06-17 16:36:29 +03:00
..
conn.go feat: gecko obfs (experimental) (#1584) 2026-05-22 20:35:41 -07:00
conn_test.go feat: gecko obfs (experimental) (#1584) 2026-05-22 20:35:41 -07:00
filemask.go feat: L3 VPN tunnel, FileMask noise, Hysteria outbound 2026-06-16 16:07:55 +03:00
gecko.go feat: gecko obfs (experimental) (#1584) 2026-05-22 20:35:41 -07:00
gecko_frame.go feat: gecko obfs (experimental) (#1584) 2026-05-22 20:35:41 -07:00
gecko_frame_test.go feat: gecko obfs (experimental) (#1584) 2026-05-22 20:35:41 -07:00
gecko_test.go feat: gecko obfs (experimental) (#1584) 2026-05-22 20:35:41 -07:00
multi.go feat: TLS 1.3 mimicry obfuscation, multi-mode (auto + plain), session recreation 2026-06-17 16:36:29 +03:00
multi_test.go feat: TLS 1.3 mimicry obfuscation, multi-mode (auto + plain), session recreation 2026-06-17 16:36:29 +03:00
salamander.go feat: gecko obfs (experimental) (#1584) 2026-05-22 20:35:41 -07:00
salamander_test.go feat: gecko obfs (experimental) (#1584) 2026-05-22 20:35:41 -07:00
tlsmimic.go feat: TLS 1.3 mimicry obfuscation, multi-mode (auto + plain), session recreation 2026-06-17 16:36:29 +03:00
tlsmimic_test.go feat: TLS 1.3 mimicry obfuscation, multi-mode (auto + plain), session recreation 2026-06-17 16:36:29 +03:00