Versions in this module Expand all Collapse all v2 v2.5.2 Jun 20, 2023 v2.5.1 Jun 5, 2023 Changes in this version + func NewHTTPObfs(conn net.Conn, host string, port string) net.Conn + func NewTLSObfs(conn net.Conn, server string) net.Conn + type HTTPObfs struct + func (ho *HTTPObfs) Read(b []byte) (int, error) + func (ho *HTTPObfs) Write(b []byte) (int, error) + type TLSObfs struct + func (to *TLSObfs) Read(b []byte) (int, error) + func (to *TLSObfs) Write(b []byte) (int, error)