XIU2 / CloudflareSpeedTest

🌩「自选优选 IP」测试 Cloudflare CDN 延迟和速度,获取最快 IP !当然也支持其他 CDN / 网站 IP ~
GNU General Public License v3.0
19.18k stars 3.73k forks source link

get cloudflare ip range #269

Closed rezasa341 closed 1 year ago

rezasa341 commented 1 year ago

Hi. Can you tell me from which source you can get the cloudflare IP range? The sources I found on the internet were not as complete as the IPs in your repository. https://www.cloudflare.com/ips/

Thanks

XIU2 commented 1 year ago

All IP segments in this project are derived from official information provided by Cloudflare: https://www.cloudflare.com/ips/ But not all IP segments are Anycast nodes, and not all Anycast node IPs are suitable for domain names with free plans. Therefore, the IP segment data in this project is simply filtered.

Some unavailable IP segments are removed from the IPv4 data (ip.txt), so the IP segments are split so that they appear to be many. IPv6 data (ipv6.txt) contains only part of the available IP segments, because IPv6 is too large and most of them are not enabled. This part of the available IP segments comes from: _https://bgp.he.net/AS13335#_prefixes6_

rezasa341 commented 1 year ago

Thank you very much