mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
enable v5 json configure file format
This commit is contained in:
parent
7bf1d7a1ce
commit
947166173a
@ -84,4 +84,7 @@ import (
|
|||||||
// Commands that rely on jsonv4 format This disable selective compile
|
// Commands that rely on jsonv4 format This disable selective compile
|
||||||
_ "github.com/v2fly/v2ray-core/v4/main/commands/all/api/jsonv4"
|
_ "github.com/v2fly/v2ray-core/v4/main/commands/all/api/jsonv4"
|
||||||
_ "github.com/v2fly/v2ray-core/v4/main/commands/all/jsonv4"
|
_ "github.com/v2fly/v2ray-core/v4/main/commands/all/jsonv4"
|
||||||
|
|
||||||
|
// V5 version of json configure file parser
|
||||||
|
_ "github.com/v2fly/v2ray-core/v4/infra/conf/v5cfg"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user