Skip to content

Releases: dndx/phantun

v0.2.3

19 Nov 04:44
Compare
Choose a tag to compare

This release adds support for using host name in --remote argument for both server and client. It also improved the efficiency of forwarding path by not cloning syncing primitives for each packet.

v0.2.2

30 Oct 16:25
Compare
Choose a tag to compare

This release adds support for connecting to/from IPv6 based UDP endpoints. IPv6 support for Fake TCP connections will be added later.

v0.2.1

09 Oct 16:37
Compare
Choose a tag to compare

This release increased the TTL value of TCP packets sent by fake-tcp from 32 to 64. It also fixed a potential race that could cause Tun interface reader thread to panic when distributing buffers.

v0.2.0

29 Sep 06:40
Compare
Choose a tag to compare

This release improved the stability of Phantun when handling connection errors from UDP servers. It also added the ability to customize the Tun interface parameters such as interface name and addresses.

v0.1.1

23 Sep 05:21
Compare
Choose a tag to compare
chore(release) add more cross compilation targets

v0.1.0

19 Sep 09:11
Compare
Choose a tag to compare
chore(phantun) use fake-tcp from crates.io