1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 09:50:43 +00:00

include new packages

This commit is contained in:
Darien Raymond 2018-02-06 13:47:36 +01:00
parent 01c76d70da
commit 2328c69fba
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -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"