Skip to content

Files

Latest commit

0f2a432 · Oct 28, 2017

History

History
18 lines (15 loc) · 393 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 393 Bytes

quictun

QUIC tunnel

get free TLS certificates

https://letsencrypt.org

start server on remote machine

quictun_server -addr :1443 -cert server.cert -key server.key -target 127.0.0.1:8888

start client on local machine with domain

quictun_client -addr :1083 -target quictun-server-domain.com:1443

TODO

  • client & server auth
  • optimize bandwdith (compare with KCPTUN)