1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-02-14 12:15:22 -05:00

add restful api into distro

This commit is contained in:
Shelikhoo
2021-09-06 13:48:33 +01:00
parent 6fe8010caa
commit 3bab114fe0

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"