沃梦达 / 编程问答 / php问题 / 正文

cURL 的代理 .TXT 列表

Proxy .TXT list for cURL(cURL 的代理 .TXT 列表)

本文介绍了cURL 的代理 .TXT 列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要一个始终更新的代理列表.我将用 PHP 解析它并与 cURL 一起使用.但我只需要 3 个国家(例如美国、英国、意大利)的代理.

I need an always updated proxy list. I will parse it with PHP and use with cURL. But i need only 3 countries (USA , UK, ITALY for example) proxies.

在哪里可以找到代理列表?

Where can i found a proxy list for this?

列表可以是文本文件、xml rss feed 等

List can be text file , xml rss feed etc.

例如:

美国.txt

xxx.xxx.xx.xx:8880
aaa.aaa.aaa.aa:8000
bbb.bbb.bb.bbb:8080

ENGLAND.txt

xxx.xxx.xx.xx:8880
aaa.aaa.aaa.aa:8000
bbb.bbb.bb.bbb:8080

推荐答案

这里几乎正是您想要的:

Here is almost exactly what you want:

http://proxy-ip-list.com/download/txt-proxy-list.html

每小时更新一次.

根据您的需要,您可以下载txt 美国代理列表 如果您愿意,只能来自该国家/地区.也是每小时更新一次.

Just like your needs, you can download txt USA proxy list exclusively from that country if you want. Also updated hourly.

这篇关于cURL 的代理 .TXT 列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本文标题为:cURL 的代理 .TXT 列表

基础教程推荐