Versions in this module Expand all Collapse all v0 v0.1.0 Oct 14, 2024 Changes in this version + var DefaultBackoff = wait.Backoff + func GetNetRoutes() ([]string, error) + func GetUserAndHostname() string + func NewClientTracer(logger *zerolog.Logger, index uint8) ... + type Dialer struct + func NewDialer(ctx context.Context, conf *config.ProxyDialer) *Dialer + func (d *Dialer) ProcessConnection(ctx context.Context) + func (d *Dialer) Run(ctx context.Context) error + type Server struct + func NewServer(conf *config.ProxyServer) (*Server, error) + func (s *Server) Listen(ctx context.Context) error + func (s *Server) ProcessConnection(ctx context.Context) + func (s *Server) ShutdownGracefully(ctx context.Context) error + func (s *Server) StartHandshake(ctx context.Context, conn quic.Connection)