瀏覽代碼

load ws transport on init

Shelikhoo 9 年之前
父節點
當前提交
8c96b1961b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      shell/point/main/main.go

+ 1 - 0
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"