├── LICENSE ├── README.md ├── _worker.js ├── delete_cf_dns_records.ps1 └── delete_cf_dns_records.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amclubs/am-cf-dns/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # am-cf-dns 2 | 通过脚本清理Cloudflare指标域名的所有dns记录 3 | -------------------------------------------------------------------------------- /_worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amclubs/am-cf-dns/HEAD/_worker.js -------------------------------------------------------------------------------- /delete_cf_dns_records.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amclubs/am-cf-dns/HEAD/delete_cf_dns_records.ps1 -------------------------------------------------------------------------------- /delete_cf_dns_records.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amclubs/am-cf-dns/HEAD/delete_cf_dns_records.sh --------------------------------------------------------------------------------