Releases: dndx/phantun
Releases · dndx/phantun
v0.2.3
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
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
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
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
chore(release) add more cross compilation targets
v0.1.0
chore(phantun) use fake-tcp from crates.io