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
+3
View File
@@ -0,0 +1,3 @@
package socks5
//go:generate mockgen -destination=mocks_test.go -package=$GOPACKAGE . Logger