add odcker support

This commit is contained in:
zizifn
2023-03-07 13:54:04 +08:00
committed by zizifn
parent f1725c7539
commit cf1d5a1c5a
3 changed files with 10 additions and 0 deletions

View File

@@ -254,6 +254,7 @@ async function connect2Remote(port, host, log: Function): Promise<Socket> {
{
port: port,
host: host,
// https://github.com/nodejs/node/pull/46587
// autoSelectFamily: true,
},
() => {