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
+6
View File
@@ -0,0 +1,6 @@
package socks5
type Logger interface {
Infof(format string, a ...interface{})
Warnf(format string, a ...interface{})
}