Crates.io | wireguard-proxy |
lib.rs | wireguard-proxy |
version | 0.1.0 |
source | src |
created_at | 2019-07-12 05:04:20.330074 |
updated_at | 2019-07-12 05:04:20.330074 |
description | Tunnel wireguard (UDP) over TCP/TLS. |
homepage | |
repository | https://code.moparisthebest.com/moparisthebest/wireguard-proxy |
max_upload_size | |
id | 148429 |
size | 19,897 |
Server-side daemon to proxy multiple TCP connections to wireguard, client-side implementation coming here soon
Testing with GNU netcat:
nc -vulp 51820
listen on udp like wireguard wouldnc -u 127.0.0.1 51820
connect directly to local udp wireguard port to send/receive datanc -vlp 5555
listen on tcp like wireguard-proxy wouldnc 127.0.0.1 5555
connect directly to local tcp wireguard-proxy port to send/recieve dataThis project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in die by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.