wip
This commit is contained in:
8
internal/socks5/settings.go
Normal file
8
internal/socks5/settings.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package socks5
|
||||
|
||||
type Settings struct {
|
||||
Username string
|
||||
Password string
|
||||
Address string
|
||||
Logger Logger
|
||||
}
|
||||
Reference in New Issue
Block a user