mirror of https://github.com/v2ray/v2ray-core
Merge pull request #1301 from felixonmars/devendor-socks
Use h12.io/socks instead of vendored old onepull/1173/merge
commit
35557cc175
|
@ -1,3 +0,0 @@
|
|||
[submodule "vendor/h12.me/socks"]
|
||||
path = vendor/h12.me/socks
|
||||
url = https://github.com/h12w/socks
|
|
@ -6,7 +6,7 @@ import (
|
|||
"v2ray.com/core/app/router"
|
||||
|
||||
xproxy "golang.org/x/net/proxy"
|
||||
socks4 "h12.me/socks"
|
||||
socks4 "h12.io/socks"
|
||||
"v2ray.com/core"
|
||||
"v2ray.com/core/app/proxyman"
|
||||
"v2ray.com/core/common/net"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit fa8c79229fbda5e9996dd91341b9fc023aa5d33a
|
Loading…
Reference in New Issue