proxy wireguard over TCP/TLS
Go to file
Travis Burtrum df013c7543 Split out binary in prep for multiple binaries 2019-07-12 20:33:10 -04:00
src Split out binary in prep for multiple binaries 2019-07-12 20:33:10 -04:00
.gitignore Initial Commit 2019-07-12 01:02:41 -04:00
Cargo.lock Initial Commit 2019-07-12 01:02:41 -04:00
Cargo.toml Initial Commit 2019-07-12 01:02:41 -04:00
LICENSE-APACHE Initial Commit 2019-07-12 01:02:41 -04:00
LICENSE-MIT Initial Commit 2019-07-12 01:02:41 -04:00
README.md Initial Commit 2019-07-12 01:02:41 -04:00

README.md

wireguard-proxy

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 would
  • nc -u 127.0.0.1 51820 connect directly to local udp wireguard port to send/receive data
  • nc -vlp 5555 listen on tcp like wireguard-proxy would
  • nc 127.0.0.1 5555 connect directly to local tcp wireguard-proxy port to send/recieve data
  • so to test through wireguard-proxy run first and last command while it's running, type in both places

License

This project is licensed under either of

at your option.

Contribution

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.