diff --git a/release/server/main.go b/release/server/main.go index 1e4274a1..745c9bae 100644 --- a/release/server/main.go +++ b/release/server/main.go @@ -16,6 +16,7 @@ import ( _ "github.com/v2ray/v2ray-core/proxy/dokodemo" _ "github.com/v2ray/v2ray-core/proxy/freedom" _ "github.com/v2ray/v2ray-core/proxy/http" + _ "github.com/v2ray/v2ray-core/proxy/shadowsocks" _ "github.com/v2ray/v2ray-core/proxy/socks" _ "github.com/v2ray/v2ray-core/proxy/vmess/inbound" _ "github.com/v2ray/v2ray-core/proxy/vmess/outbound"