Versions in this module Expand all Collapse all v0 v0.7.1 Sep 21, 2018 v0.7.0 Sep 16, 2018 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)