Inspired by qtun.
Server:
CGO_ENABLED=0 make build_server
Client:
CGO_ENABLED=0 make build_client
Both:
CGO_ENABLED=0 make build
cert=cert.crt;key=key.key
-
cert
: Path to your cert. -
key
: Path to your key.
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.