hysteria/extras/outbounds
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
..
acl fix(acl): normalize trailing dot in domain matches (#1574) 2026-05-16 14:06:04 -07:00
speedtest feat: time-based speed test 2026-02-21 17:42:43 -08:00
tinydoh fix: remove license-conflicted doh library 2025-09-10 16:29:48 +09:00
.mockery.yaml fix: mod name major version suffix v2 2024-05-18 11:28:47 +08:00
acl.go Merge commit from fork 2026-05-21 14:09:41 -07:00
acl_test.go feat: ACL 2023-08-14 19:00:56 -07:00
dns_https.go Merge commit from fork 2026-05-21 14:09:41 -07:00
dns_standard.go fix(outbounds): bound standard resolver CNAME chains (#1595) 2026-06-04 18:16:18 -07:00
dns_standard_test.go fix(outbounds): bound standard resolver CNAME chains (#1595) 2026-06-04 18:16:18 -07:00
dns_system.go Merge commit from fork 2026-05-21 14:09:41 -07:00
fastopen.go chore: disable fallback mode of tfo dialer 2024-11-23 22:31:14 +09:00
interface.go Merge commit from fork 2026-05-21 14:09:41 -07:00
interface_test.go fix: TestPluggableOutboundAdapter 2023-07-26 19:20:46 -07:00
mock_PluggableOutbound.go Merge commit from fork 2026-05-21 14:09:41 -07:00
mock_UDPConn.go feat: quic-go v0.54.0 2025-09-13 16:17:59 -07:00
ob_direct.go Merge commit from fork 2026-05-21 14:09:41 -07:00
ob_direct_linux.go feat(server): tcp fast open on direct outbounds 2024-11-23 21:37:18 +09:00
ob_direct_others.go feat(server): tcp fast open on direct outbounds 2024-11-23 21:37:18 +09:00
ob_http.go fix(outbounds): use hostname for HTTPS proxy SNI (#1597) 2026-06-04 15:08:18 -07:00
ob_http_test.go fix(outbounds): use hostname for HTTPS proxy SNI (#1597) 2026-06-04 15:08:18 -07:00
ob_hysteria.go feat: TLS 1.3 mimicry obfuscation, multi-mode (auto + plain), session recreation 2026-06-17 16:36:29 +03:00
ob_socks5.go fix(outbounds): incorrect use of SOCKS5 UDP dst.addr & dst.port (#1583) 2026-05-21 16:08:15 -07:00
speedtest.go Merge commit from fork 2026-05-21 14:09:41 -07:00
utils.go fix: race in udpSessionManager cleanup & update code formatting (gofumpt) 2025-09-11 20:14:41 -07:00
utils_test.go feat: fix outbound 2023-07-27 19:24:43 -07:00