mirror of
https://github.com/dndx/phantun.git
synced 2025-01-18 13:59:30 +08:00
docs(README) add description for safe Rust and bump latest release to
`v0.3.1`
This commit is contained in:
parent
8a74b31c6e
commit
21eabe8b82
@ -32,7 +32,7 @@ Table of Contents
|
||||
|
||||
# Latest release
|
||||
|
||||
[v0.3.0](https://github.com/dndx/phantun/releases/tag/v0.3.0)
|
||||
[v0.3.1](https://github.com/dndx/phantun/releases/tag/v0.3.1)
|
||||
|
||||
# Overview
|
||||
|
||||
@ -52,6 +52,10 @@ connection from the perspective of firewalls/NAT devices.
|
||||
Phantun means Phantom TUN, as it is an obfuscator for UDP traffic that does just enough work
|
||||
to make it pass through stateful firewall/NATs as TCP packets.
|
||||
|
||||
Phantun is written in 100% safe Rust. It has been optimized extensively to scale well on multi-core
|
||||
systems and has no issue saturating all available CPU resources on a fast connection.
|
||||
See the [Performance](#performance) section for benchmarking results.
|
||||
|
||||
![Traffic flow diagram](images/traffic-flow.png)
|
||||
|
||||
# Usage
|
||||
|
Loading…
x
Reference in New Issue
Block a user