using Microsoft.Win32; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Net; using System.Text; using System.Windows.Forms; namespace IP { public partial class Form1 : Form { private List<ProxyInfo> proxyList; public Fo…