add restful api into distro

This commit is contained in:
Shelikhoo 2021-09-06 13:48:33 +01:00
parent 6fe8010caa
commit 3bab114fe0
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ import (
// Developer preview features
_ "github.com/v2fly/v2ray-core/v4/app/instman"
_ "github.com/v2fly/v2ray-core/v4/app/observatory"
_ "github.com/v2fly/v2ray-core/v4/app/restful-api"
// Inbound and outbound proxies.
_ "github.com/v2fly/v2ray-core/v4/proxy/blackhole"