support HTTP obfuscating tunnel

This commit is contained in:
rui.zheng
2017-08-24 16:58:03 +08:00
parent 3c0d5a81c7
commit 08476e8b2a
4 changed files with 139 additions and 6 deletions
-1
View File
@@ -12,7 +12,6 @@ type tlsTransporter struct {
}
// TLSTransporter creates a Transporter that is used by TLS proxy client.
// It accepts a TLS config for TLS handshake.
func TLSTransporter() Transporter {
return &tlsTransporter{}
}