QUIC is a transport type supported by GOST.
Support for QUIC is based on library lucas-clemente/quic-go.
Usage
Server side
gost -L=quic://:6121
Client side
gost -L=:8080 -F=quic://server_ip:6121
Keep Alive
Client can use the keepalive
parameter to start heartbeat detection
gost -L=:8080 -F=quic://server_ip:6121?keepalive=true
To use a QUIC node in a proxy chain, there can be only one QUIC node in the proxy chain, and this node can only serve as the first node in the proxy chain.