update distro file

This commit is contained in:
Shelikhoo 2021-05-02 21:40:35 +01:00
parent 4af0890aba
commit 9b30bcf6df
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
1 changed files with 5 additions and 1 deletions

View File

@ -60,9 +60,13 @@ import (
_ "github.com/v2fly/v2ray-core/v4/transport/internet/headers/wechat"
_ "github.com/v2fly/v2ray-core/v4/transport/internet/headers/wireguard"
// JSON, TOML, YAML config support.
// JSON, TOML, YAML config support. (jsonv4) This disable selective compile
_ "github.com/v2fly/v2ray-core/v4/main/formats"
// commands
_ "github.com/v2fly/v2ray-core/v4/main/commands/all"
// 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/jsonv4"
)