1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-07-12 04:07:41 -04:00

load srtp in main

This commit is contained in:
v2ray
2016-08-06 22:52:02 +02:00
parent 6ffc24f895
commit c7d6302292
5 changed files with 16 additions and 5 deletions

View File

@@ -25,6 +25,8 @@ 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/authenticators/srtp"
)
var (