add obfs4 tunnel support

This commit is contained in:
rui.zheng
2017-08-05 15:46:22 +08:00
parent cfd1223550
commit 0c050c7d30
47 changed files with 11720 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
)
type tlsTransporter struct {
*tcpTransporter
tcpTransporter
}
// TLSTransporter creates a Transporter that is used by TLS proxy client.