mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
enable socks outbound
This commit is contained in:
parent
a54f1da049
commit
24a8ad6dcf
@ -4,6 +4,7 @@ import (
|
||||
"encoding/json"
|
||||
"io"
|
||||
"strings"
|
||||
|
||||
"v2ray.com/core"
|
||||
"v2ray.com/core/common/errors"
|
||||
v2net "v2ray.com/core/common/net"
|
||||
@ -25,6 +26,7 @@ var (
|
||||
"freedom": func() interface{} { return new(FreedomConfig) },
|
||||
"shadowsocks": func() interface{} { return new(ShadowsocksClientConfig) },
|
||||
"vmess": func() interface{} { return new(VMessOutboundConfig) },
|
||||
"socks": func() interface{} { return new(SocksClientConfig) },
|
||||
}, "protocol", "settings")
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user