add socks5 support

This commit is contained in:
ccreater
2022-05-07 23:46:22 +08:00
parent df527adda9
commit d774023da7
15 changed files with 100 additions and 22 deletions
+1
View File
@@ -106,4 +106,5 @@ var (
PassAdd string
BruteThread int
LiveTop int
Socks5Proxy string
)