Advertisement
dereksir

Untitled

May 11th, 2023 (edited)
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import fetch from 'node-fetch';
  2. import { HttpsProxyAgent } from 'https-proxy-agent';
  3.  
  4. const proxyList = [
  5.   { host: '103.69.108.78', port: 8191 },
  6.   { host: '61.29.96.146', port: 80 },
  7.   { host: '154.204.58.155', port: 8090 },
  8. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement