Merge pull request #1633 from knorrium/fix_socks5_connection

Fix the socks5 connection after updating the socks lib
This commit is contained in:
wiz 2022-05-12 16:20:42 +09:00 committed by GitHub
commit 0b0b37b5aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ class FiatConversion {
agentOptions: {
keepAlive: true,
},
host: config.SOCKS5PROXY.HOST,
hostname: config.SOCKS5PROXY.HOST,
port: config.SOCKS5PROXY.PORT
};

View file

@ -29,7 +29,7 @@ class SyncAssets {
agentOptions: {
keepAlive: true,
},
host: config.SOCKS5PROXY.HOST,
hostname: config.SOCKS5PROXY.HOST,
port: config.SOCKS5PROXY.PORT
};