mirror of
https://github.com/qdm12/gluetun.git
synced 2026-07-11 13:09:53 +02:00
PR feedback
This commit is contained in:
@@ -97,6 +97,7 @@ func (s *server) runServer(ready chan<- struct{},
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
wg.Go(func() {
|
wg.Go(func() {
|
||||||
|
connection := connection // capture loop variable
|
||||||
socksConn := &socksConn{
|
socksConn := &socksConn{
|
||||||
dialer: dialer,
|
dialer: dialer,
|
||||||
username: s.username,
|
username: s.username,
|
||||||
|
|||||||
Reference in New Issue
Block a user