1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-21 01:27:03 -05:00

include h2

This commit is contained in:
Darien Raymond 2018-03-01 21:10:45 +01:00
parent a4f6ee6718
commit 8d679fb5c8
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -30,6 +30,7 @@ import (
_ "v2ray.com/core/proxy/vmess/outbound"
// Transports
_ "v2ray.com/core/transport/internet/http"
_ "v2ray.com/core/transport/internet/kcp"
_ "v2ray.com/core/transport/internet/tcp"
_ "v2ray.com/core/transport/internet/tls"