Fix SOCKS5_ENABLED being ignored

This commit is contained in:
Quentin McGaw
2026-05-19 14:29:34 +00:00
parent 5cd7bc7f74
commit f021d8faf8
3 changed files with 28 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
package socks5
type Settings struct {
Enabled bool
Username string
Password string
Address string