0.0.2 #1
ICKelin
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release v0.0.2
✨ New Features
P2P Direct Connection
Enable P2P with
--enable-p2pflag:./client -s SERVER:8080 -i client-001 --enable-p2p
🐛 Bug Fixes
Windows Routing: Fixed route addition to correctly use TUN interface instead of physical network adapter
Windows Logging: Disabled ANSI color codes to prevent garbage characters in console output
📦 Downloads
Linux
rustun-0.0.2-x86_64-unknown-linux-gnu.tar.gz- x86_64 (glibc)rustun-0.0.2-x86_64-unknown-linux-musl.tar.gz- x86_64 (musl, static)rustun-0.0.2-aarch64-unknown-linux-gnu.tar.gz- ARM64 (glibc)rustun-0.0.2-aarch64-unknown-linux-musl.tar.gz- ARM64 (musl, static)macOS
rustun-0.0.2-x86_64-apple-darwin.tar.gz- Intel Macrustun-0.0.2-aarch64-apple-darwin.tar.gz- Apple Silicon (M1/M2/M3)Windows
rustun-0.0.2-x86_64-pc-windows-msvc.zip- Windows 10/11 64-bitwintun.dllto the same directory asclient.exe🚀 Quick Start
1. Start Server
Linux/macOS
sudo ./server etc/server.tomlWindows (as Administrator)
.\server.exe etc\server.toml2. Connect Client (Relay Mode)
Linux/macOS
sudo ./client -s SERVER_IP:8080 -i client-001Windows (as Administrator)
.\client.exe -s SERVER_IP:8080 -i client-0013. Connect Client (P2P Mode)
Linux/macOS
sudo ./client -s SERVER_IP:8080 -i client-001 --enable-p2pWindows (as Administrator)
.\client.exe -s SERVER_IP:8080 -i client-001 --enable-p2p📖 Documentation
Full Changelog: 0.0.1...0.0.2
This discussion was created from the release 0.0.2.
Beta Was this translation helpful? Give feedback.
All reactions