This commit is contained in:
Karl 2021-09-23 15:40:15 +00:00
parent b024cacfe8
commit d2b90240da

View File

@ -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) => {