Versions in this module Expand all Collapse all v0 v0.2.0 May 10, 2024 v0.1.0 Aug 26, 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)