Browse Source

include new packages

Darien Raymond 7 năm trước cách đây
mục cha
commit
2328c69fba
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      main/distro/all/all.go

+ 2 - 0
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"