世界
|
5269231df0
|
Fix URLTest outbound
|
2023-12-02 17:55:58 +08:00 |
|
世界
|
e911d4aa4b
|
Fix URLTest group early start
|
2023-12-01 20:39:01 +08:00 |
|
世界
|
1b71e52e90
|
Migrate multiplex and UoT server to inbound & Add tcp-brutal support for multiplex
|
2023-11-28 11:21:44 +08:00 |
|
世界
|
81e214812f
|
Add udp_disable_domain_unmapping inbound listen option
|
2023-11-28 11:21:43 +08:00 |
|
世界
|
e777b4c6dc
|
Fix not closing outConn
Co-authored-by: Mahdi-zarei <mahdi.zrei@gmail.com>
Co-authored-by: 世界 <i@sekai.icu>
|
2023-11-13 13:54:03 +08:00 |
|
世界
|
343e24969d
|
Add brutal debug option for Hysteria2
|
2023-10-30 12:41:23 +08:00 |
|
世界
|
31c294d998
|
Update BBR and Hysteria congestion control & Migrate legacy Hysteria protocol to library
|
2023-10-30 12:41:22 +08:00 |
|
世界
|
3b161ab30c
|
Fix netip.Prefix usage
|
2023-10-30 12:41:22 +08:00 |
|
septs
|
41fd1778a7
|
Improve HTTP headers option
|
2023-10-30 12:41:22 +08:00 |
|
世界
|
aa05a4d050
|
Remove deprecated features
|
2023-10-30 12:41:21 +08:00 |
|
世界
|
cb2e15f8a7
|
Fix UDP domain NAT
|
2023-10-28 21:41:39 +08:00 |
|
dyhkwong
|
e782d21806
|
Fix connect domain for IP outbound
|
2023-10-10 15:08:16 +08:00 |
|
世界
|
4fb227ed86
|
Fix payload not return to pool
|
2023-09-24 14:40:03 +08:00 |
|
世界
|
e7b7ae811f
|
Add merge command
|
2023-09-19 19:59:07 +08:00 |
|
世界
|
4068871d97
|
Update quic-go
|
2023-09-19 18:33:44 +08:00 |
|
世界
|
743df5373b
|
Fix hysteria2 mbps calculation
|
2023-09-17 01:09:48 +08:00 |
|
世界
|
c320be75a7
|
Add interrupt support for outbound groups
|
2023-09-16 00:09:41 +08:00 |
|
世界
|
bd7adcbb7e
|
Migrate QUIC wrapper and protocol implementations to library
|
2023-09-16 00:09:41 +08:00 |
|
世界
|
a1449ee40e
|
Mark deprecated features
|
2023-09-12 13:26:23 +08:00 |
|
世界
|
53475c7390
|
Add hysteria2 protocol
|
2023-09-12 13:26:21 +08:00 |
|
世界
|
4c050d7f4b
|
Add ECH support for QUIC based protocols
|
2023-09-12 13:26:20 +08:00 |
|
世界
|
2ea506aeb8
|
Remove legacy NTP usages
|
2023-09-12 13:26:19 +08:00 |
|
世界
|
5b343d4c72
|
Improve ECH support
|
2023-09-12 13:26:19 +08:00 |
|
世界
|
be61ca64d4
|
Fix SOCKS outbound
|
2023-09-12 13:26:03 +08:00 |
|
世界
|
1402bdab41
|
Fix connect domain for IP outbounds
|
2023-09-07 21:34:35 +08:00 |
|
世界
|
f46732bc0e
|
Add udp over stream support for TUIC
|
2023-08-20 14:15:22 +08:00 |
|
世界
|
1019ecfdcf
|
Add TCP MultiPath support
|
2023-08-20 13:31:48 +08:00 |
|
世界
|
81b847faca
|
Pause recurring tasks when no network
|
2023-08-20 13:31:48 +08:00 |
|
世界
|
917420e79a
|
Add TUIC protocol
|
2023-08-20 13:31:40 +08:00 |
|
世界
|
0b14dc3228
|
Update quic-go
|
2023-08-20 13:31:40 +08:00 |
|
世界
|
90b3aad83a
|
Fix network monitor
|
2023-08-20 13:30:50 +08:00 |
|
世界
|
59987747e5
|
platform: Improve status
|
2023-08-04 21:10:32 +08:00 |
|
世界
|
1983f54907
|
platform: Add sleep support for NetworkExtension
|
2023-08-04 12:38:51 +08:00 |
|
世界
|
07ce5e0d22
|
Remove stack buffer usage
|
2023-07-03 21:45:32 +08:00 |
|
世界
|
9c8565cf21
|
platform: Add group interface
|
2023-07-02 18:46:41 +08:00 |
|
世界
|
83c3454685
|
Update quic-go
|
2023-06-15 14:52:25 +08:00 |
|
世界
|
8d5b9d240a
|
Fix outbound start sequence
|
2023-06-13 22:38:05 +08:00 |
|
世界
|
4f12eba944
|
Fix hysteria outbound
|
2023-06-13 21:41:33 +08:00 |
|
shadow750d6
|
597248130f
|
Reconnect once if hysteria request fails
This allows graceful recovery when network isn't good enough.
[Original hysteria source
code](https://github.com/apernet/hysteria/blob/13d46da99876c2c9feb1083ff5f2da201d9d0a1e/core/cs/client.go#L182)
has similar mechanism.
|
2023-06-11 22:21:32 +08:00 |
|
世界
|
22028602e8
|
Improve read waiter interface
|
2023-06-07 21:03:11 +08:00 |
|
世界
|
bd54608473
|
Fix DNS outbound
|
2023-06-07 21:03:08 +08:00 |
|
世界
|
f8d5f01665
|
Reimplemented shadowsocks client
|
2023-06-07 20:57:07 +08:00 |
|
世界
|
6f1b258501
|
Improve DNS caching
|
2023-06-07 20:56:55 +08:00 |
|
世界
|
c287731df9
|
Improve direct copy
|
2023-06-07 20:53:00 +08:00 |
|
世界
|
bc32c78d03
|
Improve multiplex
|
2023-06-07 20:46:34 +08:00 |
|
世界
|
91fbf4c79b
|
Add multiplexer for VLESS outbound
|
2023-06-07 20:45:39 +08:00 |
|
世界
|
0a4abcbbc8
|
Add headers option for HTTP outbound
|
2023-06-07 20:34:52 +08:00 |
|
世界
|
b491c350ae
|
URLTest improvements
|
2023-06-07 20:33:56 +08:00 |
|
世界
|
1fbe7c54bf
|
Fix wireguard reconnect
|
2023-06-07 20:33:53 +08:00 |
|
世界
|
9d32fc9bd1
|
Use HTTPS URLTest source
|
2023-06-07 20:33:50 +08:00 |
|