在为Yeap Cloud DNS的ISP列表整理的时候稍微收集了一下这些数据,会持续更新。
Google Cloud:
https://www.gstatic.com/ipranges/cloud.json
AWS:
https://ip-ranges.amazonaws.com/ip-ranges.json
腾讯云:
https://www.yeapcloud.com/static/cidr/tencent.txt
阿里云:
https://www.yeapcloud.com/static/cidr/aliyun.txt

let arr = []
$('table tr').each(function(){arr.push($(this).find('td:eq(0)').text())})
arr.join("\n")