Skip to content

Releases: iceboy233/proxy

v0.1.8

25 Aug 00:14
Compare
Choose a tag to compare

ares: Update c-ares to 1.25.0

v0.1.7

16 Jun 19:53
0e9eccf
Compare
Choose a tag to compare

Add TCP connect support (experimental).

v0.1.6

26 Dec 22:43
Compare
Choose a tag to compare

ares: Support custom server and address family config.

v0.1.5

04 Sep 21:17
Compare
Choose a tag to compare

Support ipv6.
Note: listeners is deprecated and will probably be removed in the future, please change the config to handlers.

v0.1.4

06 Aug 19:37
Compare
Choose a tag to compare

ares: Fixed a bug that can cause crash on DNS resolution.

v0.1.3

11 Jan 21:57
Compare
Choose a tag to compare

Update boringssl to chromium-107.0.5304.121 (linux/stable).

v0.1.2

10 Jan 00:52
Compare
Choose a tag to compare

Support Windows.

v0.1.1

08 Jan 04:14
Compare
Choose a tag to compare

misc: echo, null, random and zero handlers.
Support arm64 platform.

v0.1.0

03 Jan 03:32
Compare
Choose a tag to compare

ares: Use c-ares for asynchronous DNS resolution with a local memory cache.
echo: Echo handler.
shadowsocks: Shadowsocks handler and connector. Support aes-128-gcm, aes-192-gcm, aes-256-gcm, chacha20-ietf-poly1305, xchacha20-ietf-poly1305, 2022-blake3-aes-128-gcm, 2022-blake3-aes-192-gcm, 2022-blake3-aes-256-gcm, 2022-blake3-chacha20-poly1305, 2022-blake3-xchacha20-poly1305 methods. Note: UDP is not implemented yet.
socks: Socks handler. Note: UDP is not implemented yet.
system: System connector and listener.