From 8c96b1961b0ae7881efe527be72b6455b518647b Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Sat, 13 Aug 2016 21:35:31 +0800 Subject: [PATCH] load ws transport on init --- shell/point/main/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/point/main/main.go b/shell/point/main/main.go index eaf5160f8..889336d2e 100644 --- a/shell/point/main/main.go +++ b/shell/point/main/main.go @@ -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"