mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
ssh: allow SOCKS proxy-side DNS resolving - fixes #6100
This commit is contained in:
parent
eaf4ed9855
commit
9c6acf99d0
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue