Fix: SOCKS5 Server timeout independant of Valid. timeout

This commit is contained in:
kayos@tcp.direct 2021-10-27 09:48:17 -07:00
szülő dc757d433b
commit 9b07f278cb
Aláírta: kayos
GPG kulcs azonosító: 4B841471B4BEE979

Fájl megtekintése

@ -66,7 +66,7 @@ func (s *Swamp) checkHTTP(sock *Proxy) (string, error) {
"socks%s://%s/?timeout=%ss",
sock.Proto.Load().(string),
sock.Endpoint,
s.GetTimeoutSecondsStr()),
s.GetValidationTimeoutStr()),
)
var transportDialer = dialSocks