{"id":27969839,"url":"https://github.com/cmliu/cloudflareiplus","last_synced_at":"2025-05-07T21:54:52.466Z","repository":{"id":213520682,"uuid":"734271947","full_name":"cmliu/CloudFlareIPlus","owner":"cmliu","description":"自动获取 AS209242 CIDR 并验证最新 CloudFlareCDN IP","archived":false,"fork":false,"pushed_at":"2024-10-09T08:29:03.000Z","size":11338,"stargazers_count":116,"open_issues_count":1,"forks_count":92,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T21:54:44.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/cmliu/cloudflare-better-ip","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmliu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-12-21T09:23:07.000Z","updated_at":"2025-05-02T03:24:28.000Z","dependencies_parsed_at":"2023-12-24T16:31:51.288Z","dependency_job_id":"172ed06a-43a7-4efa-bcfc-437341d64ea9","html_url":"https://github.com/cmliu/CloudFlareIPlus","commit_stats":null,"previous_names":["cmliu/cloudflareiplus"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmliu%2FCloudFlareIPlus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmliu%2FCloudFlareIPlus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmliu%2FCloudFlareIPlus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmliu%2FCloudFlareIPlus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmliu","download_url":"https://codeload.github.com/cmliu/CloudFlareIPlus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252961843,"owners_count":21832193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-07T21:54:51.815Z","updated_at":"2025-05-07T21:54:52.443Z","avatar_url":"https://github.com/cmliu.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CloudFlareIPlus\n自动获取 AS209242 CIDR 并验证最新 CloudFlareCDN IP\n\n## 用法\n推荐在 CloudflareSpeedTest 目录下执行脚本，方便后续 CloudflareSpeedTest 直接读取 IPlus.txt 测速。\n### 一键执行脚本\n``` bash\ncurl -k -O https://raw.githubusercontent.com/cmliu/CloudFlareIPlus/main/CFIPlus.sh \u0026\u0026 chmod +x CFIPlus.sh \u0026\u0026 ./CFIPlus.sh\n```\n\n### 代理加速执行\n``` bash\ncurl -k -O https://mirror.ghproxy.com/https://raw.githubusercontent.com/cmliu/CloudFlareIPlus/main/CFIPlus.sh \u0026\u0026 chmod +x CFIPlus.sh \u0026\u0026 ./CFIPlus.sh\n```\n\n执行完成后会将CloudFlareCDN IP 保存至 [IPlus.txt](https://raw.githubusercontent.com/cmliu/CloudFlareIPlus/main/IPlus.txt)（该文件是我第一次执行脚本产生的文件，如需最新IP文件请自行运行脚本），后还会将IP按[国家地区代码保存至ip文件夹](https://github.com/cmliu/cloudflare-better-ip)。\n\n### 自定义端口验证执行\nHTTP：80，8080，8880，2052，2082，2086，2095；\n\nHTTPS：443，2053，2083，2087，2096，8443。\n``` bash\n./CFIPlus.sh 2096\n```\n\n## 文件结构\n```\n ├─ CFIPlus.sh      # 脚本本体\n ├─ AS209242.txt    # AS209242的CIDR文件\n ├─ AS209242ip.txt  # AS209242的IP文件\n ├─ IPlus.txt       # CloudFlareCDN IP 脚本执行结果文件\n ├─ Piplist         # CIDR展开至IP 执行程序\n ├─ Pscan           # 端口扫描程序\n ├─ ip              # 将IP按国家地区分类保存目录\n │   ├─ HK-443.txt  # 香港地区IP\n │   ├─ SG-443.txt  # 新加坡地区IP\n │  ...\n │   └─ US-443.txt  # 美国地区IP\n └─ temp            # 脚本执行临时文件暂存文件夹\n     ├─ ip.txt      # 临时文件\n    ...\n     └─ ip0.txt\n```\n\n## 感谢\n[Moxin1044](https://github.com/Moxin1044)、[P3TERX](https://github.com/P3TERX/GeoLite.mmdb)、[MaxMind](https://www.maxmind.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmliu%2Fcloudflareiplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmliu%2Fcloudflareiplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmliu%2Fcloudflareiplus/lists"}