working
This commit is contained in:
parent
b024cacfe8
commit
d2b90240da
@ -74,6 +74,7 @@ async function addNewAccount(userAccount, data, url) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function urlChecker(userAccounts, urlList) {
|
async function urlChecker(userAccounts, urlList) {
|
||||||
|
await tor.torNewSession(); //change tor ip
|
||||||
let ip = await tor.get('http://api.ipify.org')
|
let ip = await tor.get('http://api.ipify.org')
|
||||||
console.log(ip.data);
|
console.log(ip.data);
|
||||||
await Promise.all(urlList.map(async (url) => {
|
await Promise.all(urlList.map(async (url) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user