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