[READ-ONLY] Mirror of https://github.com/danielroe/domain-sync. A tiny script that migrates all my Gandi domains to use Cloudflare DNS.
cloudflare dns gandi script
0

Configure Feed

Select the types of activity you want to include in your feed.

domain-sync / package.json
271 B 15 lines
1{ 2 "dependencies": { 3 "ofetch": "^1.1.0", 4 "zod": "^4.0.0" 5 }, 6 "devDependencies": { 7 "bun-types": "1.3.14" 8 }, 9 "name": "domain-sync", 10 "module": "index.ts", 11 "type": "module", 12 "peerDependencies": { 13 "typescript": "^5.0.0 || ^6.0.0 || ^7.0.0" 14 } 15}