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
@@ -46,7 +46,7 @@ func ParseNode(s string) (node Node, err error) {
}
switch node.Transport {
case "tls", "ws", "wss", "kcp", "ssh", "quic", "ssu", "http2", "h2", "h2c", "redirect":
case "tls", "ws", "wss", "kcp", "ssh", "quic", "ssu", "http2", "h2", "h2c", "redirect", "obfs4":
case "https":
node.Protocol = "http"
node.Transport = "tls"