cURL 的代理 .TXT 列表

2021-12-31 00:00:00 list proxy curl php

我需要一个始终更新的代理列表.我将用 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.

相关文章