nleiva01

Results 1 comments of nleiva01

this work for me ``` async checkProxyTunnel(itemProxy) { return new Promise(function (resolve, reject) { ProxyVerifier.testAll(itemProxy, function (error, result) { resolve({ result, error }) }) }) } ``` and use: ```...