Versions in this module Expand all Collapse all v0 v0.19.0 Mar 28, 2020 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)