Browse Source

add simplified socks

Shelikhoo 4 years ago
parent
commit
22f79b3303
1 changed files with 2 additions and 0 deletions
  1. 2 0
      main/distro/all/all.go

+ 2 - 0
main/distro/all/all.go

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