Versions in this module Expand all Collapse all v1 v1.0.2 Apr 25, 2024 v1.0.1 Apr 24, 2024 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)