godking.http 检测代理IP有效性

光庆 2天前 86

var t = /***59.54.238.66:2025
59.54.238.143:2025
218.87.205.230:2025
218.87.205.93:2025
202.101.213.229:2025
202.101.213.232:2025
202.101.213.229:2025
59.54.238.237:2025
59.54.238.13:2025
218.87.205.181:2025
117.42.94.99:2025
202.101.213.124:2025
112.24.107.102:8908
117.158.220.89:8908
14.29.47.90:3128
122.72.18.35:80
139.129.166.68:3128
119.28.221.28:8088
222.168.111.178:8060
140.143.96.216:80
43.247.68.211:3128
222.73.68.144:8090
106.75.140.91:8888
118.190.210.227:3128
60.205.228.133:9999
120.132.52.97:8888
106.75.135.252:8888
58.22.248.12:8908
221.224.49.237:3128
180.150.191.153:8888
193.112.1.24:3128
47.94.230.42:9999
121.232.218.74:8089
121.232.218.68:8089
125.87.92.111:2324
183.130.245.142:2324
49.70.172.187:8089
112.126.68.169:8384
120.76.140.155:3333
125.87.88.148:2324
117.91.62.121:3712
111.72.134.183:2324
111.72.193.15:2324
111.72.199.81:2324
111.72.130.138:2324
61.158.175.38:9002
114.231.75.228:1080
110.188.37.89:2324
122.116.125.115:8888
118.113.244.24:2324
60.188.102.225:18080
125.87.82.138:2324
111.72.195.239:2324
110.188.37.101:2324
210.61.216.63:60808
218.91.94.133:3712
***/
t = string.split(t,'<\r\n>');
import console;
import godking.http;
for(i=1;#t;1){
    var data,header,result = godking.http({
        url = "http://ddns.oray.com/checkip";  //花生壳IP获取网址访问速度飞快。
        timeouts = 200; // 能在200毫秒内访问的代理,视为有效代理。
        thread = true;  // 启用线程访问。
        proxy = t[i];   // 设置代理IP。
    })
    console.dump(i,t[i],result.success?"有效 √":"无效");
 }
console.pause();


最新回复 (0)
返回