Frando / quinn-holepunch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quinn-holepunch

holepuncheable quic sockets through a rendevouz server

WIP

Note: Currently configured to not check any TLS certificates, so insecure at the moment. Focus is on the holepunching first.

usage

on a public machine:

quinn-holepunch rendevouz

on a machine behind a nat:

quinn-holepunch listen -r RENDEVOUZ_IP:3033 -p foo

on another machine behind another nat:

quinn-holepunch connect-rendevouz -r RENDEVOUZ_IP:3033 -p foo

About

License:Apache License 2.0


Languages

Language:Rust 100.0%