Fix the socks5 connection after updating the socks lib

This commit is contained in:
Felipe Knorr Kuhn 2022-05-11 19:08:41 -07:00
parent b808c384fd
commit ff4260a4c5
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
};