WireGuard-style VPN with modern cryptography
Modern kriptografi ile WireGuard tarzı VPN
TUN/TAP arayüzleri
tun-tap = "0.1"Kriptografi
ring = "0.17"Anahtar değişimi
x25519-dalek = "2"Copy this Cargo.toml to get started:
[package]
name = "my-vpn"
version = "0.1.0"
edition = "2021"
[dependencies]
tun-tap = "0.1"
ring = "0.17"
x25519-dalek = "2"
thiserror = "1"
tracing = "0.1"