This commit is contained in:
Quentin McGaw
2024-03-20 16:33:26 +00:00
parent 92011205be
commit b0b1c4d27f
8 changed files with 835 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package socks5
type Settings struct {
Username string
Password string
Address string
Logger Logger
}