Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ObfsMethod = map[string]func(net.Conn, Obfs) obfs{
"http_post": newHttpPost,
"http_simple": newHttpSimple,
"plain": newPlainObfs,
"random_head": newRandomHead,
"tls1.2_ticket_auth": newTLS12TicketAuth,
"tls1.2_ticket_fastauth": newTLS12TicketAuth,
}
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.