add simplified socks

This commit is contained in:
Shelikhoo 2021-09-05 00:44:29 +01:00
parent 1e306a55e8
commit 22f79b3303
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
1 changed files with 2 additions and 0 deletions

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"
)