socks5 implementation

This commit is contained in:
Quentin McGaw
2026-05-19 12:47:24 +00:00
parent b119325241
commit f35dd19ee7
10 changed files with 1411 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package socks5
type Settings struct {
Username string
Password string
Address string
Logger Logger
}