mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-04 16:37:12 -05:00
fix: require simplified config in all.go
This commit is contained in:
parent
35ba772e6e
commit
d4b6ac37e6
@ -89,5 +89,8 @@ import (
|
|||||||
// V5 version of json configure file parser
|
// V5 version of json configure file parser
|
||||||
_ "github.com/v2fly/v2ray-core/v4/infra/conf/v5cfg"
|
_ "github.com/v2fly/v2ray-core/v4/infra/conf/v5cfg"
|
||||||
|
|
||||||
|
_ "github.com/v2fly/v2ray-core/v4/proxy/http/simplified"
|
||||||
|
_ "github.com/v2fly/v2ray-core/v4/proxy/shadowsocks/simplified"
|
||||||
_ "github.com/v2fly/v2ray-core/v4/proxy/socks/simplified"
|
_ "github.com/v2fly/v2ray-core/v4/proxy/socks/simplified"
|
||||||
|
_ "github.com/v2fly/v2ray-core/v4/proxy/trojan/simplified"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user