Unofficial eBPF-based Rust implementation of Cloudflare Warp+ Proxy with Socks5 support.
🚧 Building .. 🚧
- Implementation Wireguard protocol in Rust with
eBPF-driven
optimization - Asynchronous acquisition for WARP Plus Subscription with
tokio
- Apply the
Socks5
proxy protocol with username/password authentication to enhance privacy and bypass firewalls - Enable
curve25519
encryption withx25519_dalek
implementation of x25519 key exchange algorithm
rws-cli -d ${DEVICE_ID} -i ${INTERFACE-NAME} -p ${SOCKS5-PORT} -U ${USER:PASSWD}
e.g:
rws-cli -d "rws0xFFFF" -i "warp" -p "9091" -U "automa77:passwd"
-
We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with WireGuard, or any of its subsidiaries or its affiliates. The official WireGuard website can be found at https://www.wireguard.com/.
-
We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Cloudflare, or any of its subsidiaries or its affiliates. The official Cloudflare website can be found at https://www.cloudflare.com.
RWS is open-sourced under MIT license.