1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-10 09:17:24 -05:00

add simplified socks

This commit is contained in:
Shelikhoo
2021-09-05 00:44:29 +01:00
parent 1e306a55e8
commit 22f79b3303

View File

@@ -87,4 +87,6 @@ import (
// V5 version of json configure file parser
_ "github.com/v2fly/v2ray-core/v4/infra/conf/v5cfg"
_ "github.com/v2fly/v2ray-core/v4/proxy/socks/simplified"
)