From 2328c69fbaa89b6fcb8a4bf81eda7195971f869e Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Tue, 6 Feb 2018 13:47:36 +0100 Subject: [PATCH] include new packages --- main/distro/all/all.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/distro/all/all.go b/main/distro/all/all.go index 1b55c1cad..21a907160 100644 --- a/main/distro/all/all.go +++ b/main/distro/all/all.go @@ -2,10 +2,12 @@ package all import ( // The following are necessary as they register handlers in their init functions. + _ "v2ray.com/core/app/commander" _ "v2ray.com/core/app/dispatcher" _ "v2ray.com/core/app/dns" _ "v2ray.com/core/app/log" _ "v2ray.com/core/app/policy" + _ "v2ray.com/core/app/proxyman/command" _ "v2ray.com/core/app/proxyman/inbound" _ "v2ray.com/core/app/proxyman/outbound" _ "v2ray.com/core/app/router"