mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-23 13:13:49 +03:00
ssh: allow SOCKS proxy-side DNS resolving - fixes #6100
This commit is contained in:
parent
eaf4ed9855
commit
9c6acf99d0
@ -117,6 +117,7 @@ export class SocksProxyStream extends SSHProxyStream {
|
||||
proxyHost: this.profile.options.socksProxyHost ?? '127.0.0.1',
|
||||
proxyPort: this.profile.options.socksProxyPort ?? 5000,
|
||||
auths: [socksv5.auth.None()],
|
||||
strictLocalDNS: false,
|
||||
}, s => {
|
||||
resolve(s)
|
||||
this.header = s.read()
|
||||
|
Loading…
Reference in New Issue
Block a user