Documentation ¶
Index ¶
- func NewHTTPObfs(conn netproxy.Conn, host string, port string, path string) netproxy.Conn
- func NewSimpleObfs(option *dialer.ExtraOption, nextDialer netproxy.Dialer, link string) (netproxy.Dialer, *dialer.Property, error)
- func NewTLSObfs(conn netproxy.Conn, server string) netproxy.Conn
- type HTTPObfs
- type ObfsType
- type SimpleObfs
- type TLSObfs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHTTPObfs ¶
NewHTTPObfs return a HTTPObfs
Types ¶
type SimpleObfs ¶
type SimpleObfs struct {
// contains filtered or unexported fields
}
SimpleObfs is a base http-obfs struct
func (*SimpleObfs) DialContext ¶
Click to show internal directories.
Click to hide internal directories.