1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 18:45:23 +00:00

load ws transport on init

This commit is contained in:
Shelikhoo 2016-08-13 21:35:31 +08:00
parent 508f79f95f
commit 8c96b1961b
No known key found for this signature in database
GPG Key ID: 7791BDB0709ABD21

View File

@ -25,6 +25,7 @@ import (
_ "github.com/v2ray/v2ray-core/transport/internet/kcp"
_ "github.com/v2ray/v2ray-core/transport/internet/tcp"
_ "github.com/v2ray/v2ray-core/transport/internet/udp"
_ "github.com/v2ray/v2ray-core/transport/internet/ws"
_ "github.com/v2ray/v2ray-core/transport/internet/authenticators/noop"
_ "github.com/v2ray/v2ray-core/transport/internet/authenticators/srtp"