Advertisement
dereksir

Untitled

Apr 21st, 2024
596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // import the required modules
  2. import got from 'got';
  3. import {HttpsProxyAgent} from 'hpagent';
  4.  
  5. // define a list of proxy URLs
  6. const proxyList = [
  7.   'http://20.219.180.149:3129',
  8.   'http://198.199.70.20:31028',
  9.   'http://8.219.97.248:80',
  10.   // add more proxy URLs as needed
  11. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement