This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Releases: EAimTY/tuic
Releases · EAimTY/tuic
0.2.2
This version was yanked. Please use the newer version instead
Change log
- Add server IPv6 support
- Add SEC1 EC key format support
- Bug fixes and improvements
- New build-and-release target:
aarch64-linux-musl
,x86_64-android
,x86_64-linux-musl
andx86_64-windows-gnu
0.2.1
Change log
- ignore
BND.ADDR
in socks5 associate request
According to RFC1928, the socks5 client should use the address prepared for sending and receiving UDP packet as BND.ARRD in UDP associate request. In fact, most socks5 clients do not implement this, but fill in BND.ARRD randomly. So TUIC client will ignore BND.ARRD in request.