Advertisement
dereksir

Untitled

Oct 16th, 2023 (edited)
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.42 KB | None | 0 0
  1. using PuppeteerSharp;
  2. using System;
  3. using System.Threading.Tasks;
  4.  
  5. class Program
  6. {
  7.     static async Task Main(string[] args)
  8.     {
  9.         // Define a list of proxy addresses
  10.         var proxies = new List<string>
  11.         {
  12.             "http://34.140.70.242:8080",
  13.             "http://118.69.111.51:8080",
  14.             "http://15.204.161.192:18080",
  15.             "http://186.121.235.66:8080",
  16.         };
  17. //..
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement