Skip to content

Commit

Permalink
fix: require simplified config in all.go
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinoKaede authored and xiaokangwang committed Sep 7, 2021
1 parent 35ba772 commit d4b6ac3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main/distro/all/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,8 @@ import (
// V5 version of json configure file parser
_ "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/trojan/simplified"
)

0 comments on commit d4b6ac3

Please sign in to comment.