wwqgtxx
|
17c9d507be
|
chore: hello mihomo
|
2023-11-03 21:58:21 +08:00 |
|
wwqgtxx
|
d48f9c2a6c
|
chore: rebuild ca parsing
|
2023-09-22 14:45:34 +08:00 |
|
wwqgtxx
|
4fe7a463c5
|
chore: limit tuicv5's maxUdpRelayPacketSize up to 1200-PacketOverHead
|
2023-09-21 23:49:45 +08:00 |
|
wwqgtxx
|
1181fd4560
|
feat: add udp-over-stream for tuic
only work with meta tuic server or sing-box 1.4.0-beta.6
|
2023-08-21 12:37:39 +08:00 |
|
wwqgtxx
|
9cbca162a0
|
feat: tuic outbound allow set an empty ALPN array
|
2023-07-16 10:29:43 +08:00 |
|
Larvan2
|
6c8631d5cc
|
chore: adjustable cwnd for cc in quic
|
2023-06-18 00:47:26 +08:00 |
|
wwqgtxx
|
644abcf071
|
fix: tuicV5's heartbeat should be a datagram packet
|
2023-06-13 17:50:10 +08:00 |
|
wwqgtxx
|
e914317bef
|
feat: support tuicV5
|
2023-06-12 18:42:46 +08:00 |
|
wwqgtxx
|
2c44b4e170
|
chore: update quic-go to 0.35.1
|
2023-06-03 16:45:35 +08:00 |
|
wwqgtxx
|
92cc268209
|
chore: proxyDialer can limited support old dial function
|
2023-04-11 12:51:24 +08:00 |
|
wwqgtxx
|
9afcb7071f
|
feat: support dialer-proxy config for all outbound
|
2023-04-10 11:20:28 +08:00 |
|
wwqgtxx
|
3ae4285702
|
fix: tuic udp native mode can't relay packetSize>1200
|
2023-03-16 21:09:44 +08:00 |
|
wwqgtxx
|
8f0c61ed14
|
fix: tuic missing routing mark
|
2023-02-24 14:02:20 +08:00 |
|
Skyxim
|
db3e1b9ed5
|
feat: add sni field for tuic
|
2023-02-19 16:20:30 +08:00 |
|
Larvan2
|
16c4b55e31
|
Chore: Decrease the default MaxUdpRelayPacketSize to 1252 to avoid the relay UDP exceeding the size of the QUIC's datagram.
ClientMaxOpenStreams now follows the config.yaml option.
|
2023-01-24 21:48:31 +08:00 |
|
Skyxim
|
b6b6413d04
|
refactor: replace experimental.fingerprints with custom-certificates and Change the fingerprint verification logic to SSL pinning
|
2023-01-14 21:08:06 +08:00 |
|
3andero
|
804cff8c55
|
fix: skip-cert-verify is true by default (#333)
* fix: skip-cert-verify is true by default
* fix: format
* fix: typo
Co-authored-by: 3andero <3andero@github.com>
Co-authored-by: Hellojack <106379370+H1JK@users.noreply.github.com>
|
2023-01-13 09:55:01 +08:00 |
|
wwqgtxx
|
980454beb2
|
chore: cleanup code
|
2022-12-22 09:53:25 +08:00 |
|
wwqgtxx
|
22414ce399
|
chore: relay support tuic
|
2022-12-20 00:11:02 +08:00 |
|
wwqgtxx
|
88acf8e098
|
fix: fix bindIfaceToListenConfig() in windows force bind to an ipv4 address
|
2022-12-13 11:18:32 +08:00 |
|
wwqgtxx
|
f657ac97f6
|
fix: add an unmap before is6
|
2022-12-11 15:48:37 +08:00 |
|
wwqgtxx
|
9df42d7b98
|
fix: issue #292
|
2022-12-11 09:25:46 +08:00 |
|
wwqgtxx
|
0aefa3be85
|
fix: remove cyclic dependent to make tuic's Finalizer work
|
2022-12-02 16:56:17 +08:00 |
|
metacubex
|
8c0fbb3665
|
chore: restful api display fast-open for tuic and hysteria
|
2022-11-29 00:56:27 +08:00 |
|
wwqgtxx
|
dd6f7e3701
|
fix: structure decode first do strict match
|
2022-11-28 19:11:55 +08:00 |
|
wwqgtxx
|
551283c16e
|
chore: add tuic-server listener
|
2022-11-28 17:09:25 +08:00 |
|
wwqgtxx
|
423850a7aa
|
chore: allow to set max-open-streams for tuic
|
2022-11-27 09:38:20 +08:00 |
|
wwqgtxx
|
896d30b151
|
chore: rebuild tuic client's code
|
2022-11-26 23:53:59 +08:00 |
|
wwqgtxx
|
495fd191f2
|
chore: clear config field name (be compatible with old field name)
|
2022-11-26 21:35:47 +08:00 |
|
wwqgtxx
|
ae76daf393
|
chore: tuic add fast-open support
|
2022-11-26 21:14:56 +08:00 |
|
wwqgtxx
|
7f40645934
|
chore: tuic use a udp pool too and auto close when outbound is garbage collected
|
2022-11-25 22:42:28 +08:00 |
|
wwqgtxx
|
7b44cde4bd
|
chore: tuic use a simple client pool
|
2022-11-25 20:14:05 +08:00 |
|
wwqgtxx
|
21a91e88a1
|
fix: tuic set MaxOpenStreams
|
2022-11-25 18:32:30 +08:00 |
|
wwqgtxx
|
76d2838721
|
chore: split tuic's tcp and udp client
|
2022-11-25 17:15:45 +08:00 |
|
wwqgtxx
|
f542351404
|
chore: tuic add max_udp_relay_packet_size
|
2022-11-25 12:43:23 +08:00 |
|
wwqgtxx
|
d47ce79a24
|
chore: better tuic conn close
|
2022-11-25 11:32:52 +08:00 |
|
wwqgtxx
|
30ca59dab7
|
fix: tuic typo
|
2022-11-25 10:45:06 +08:00 |
|
wwqgtxx
|
c89b1f0e96
|
chore: tuic add cubic,new_reno,bbr congestion_controller
|
2022-11-25 10:33:37 +08:00 |
|
wwqgtxx
|
59bd11a3a7
|
chore: add tuic outbound
close #133
|
2022-11-25 08:08:14 +08:00 |
|