Versions in this module Expand all Collapse all v1 v1.0.7 May 11, 2026 v1.0.6 May 1, 2026 Changes in this version + const BufferSize + const Stunnel + const WSTunnel + var Channel = make(chan string) + var Logger *zap.SugaredLogger + func InitLogger(development bool, logFilePath string) + type EchoServer struct + type Runner interface + Run func() error + func NewBidirConnection(tcpConn net.Conn, wsConn *websocket.Conn, tcpReadTimeout time.Duration, ...) Runner + func NewHTTPClient(listenTCP, remoteServer string, tunnelType int, mtu int, callback func(fd int), ...) Runner + func NewStunnelBiDirection(localConn net.Conn, remoteConn *tls.UConn, mtu int) Runner + type StunnelBiDirection struct + func (s *StunnelBiDirection) Run() error + type WebSocketBiDirection struct + func (b *WebSocketBiDirection) Run() error