Inspired by qtun.
Server:
CGO_ENABLED=0 make build_serverClient:
CGO_ENABLED=0 make build_clientBoth:
CGO_ENABLED=0 make buildcert=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.