#77 add SOCKS4(A) support

This commit is contained in:
rui.zheng
2017-02-10 20:49:34 +08:00
parent 333291e9bc
commit 5efffa7d39
21 changed files with 912 additions and 36 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ func ParseProxyNode(s string) (node ProxyNode, err error) {
}
switch node.Protocol {
case "http", "http2", "socks", "socks5", "ss":
case "http", "http2", "socks", "socks4", "socks4a", "socks5", "ss":
default:
node.Protocol = ""
}