diff --git a/lib/checker.js b/lib/checker.js index 0b4a376..65a9670 100644 --- a/lib/checker.js +++ b/lib/checker.js @@ -74,6 +74,7 @@ async function addNewAccount(userAccount, data, url) { } async function urlChecker(userAccounts, urlList) { + await tor.torNewSession(); //change tor ip let ip = await tor.get('http://api.ipify.org') console.log(ip.data); await Promise.all(urlList.map(async (url) => {