Skip to content

xchacha20-poly1305/qtun-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qtun-go

Inspired by qtun.

Build

Server:

CGO_ENABLED=0 make build_server

Client:

CGO_ENABLED=0 make build_client

Both:

CGO_ENABLED=0 make build

Plugin opts

Server

cert=cert.crt;key=key.key
  • cert: Path to your cert.

  • key: Path to your key.

Client

host=example.com;insecure;0rtt;cert=cert.crt
  • host: Server name.

  • insecure: Include it to skip TLS verification.

  • 0rtt: Include it to enable QUIC 0-RTT.

  • cert: Path to pinned cert.

LICENSE

MIT