[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.

fix: allow null original name server array

+1 -1
+1 -1
api/cloudflare.ts
··· 17 17 type: z.string(), 18 18 development_mode: z.number(), 19 19 name_servers: z.array(z.string()), 20 - original_name_servers: z.array(z.string()), 20 + original_name_servers: z.array(z.string()).nullable(), 21 21 original_registrar: z.string().nullable(), 22 22 original_dnshost: z.string().nullable(), 23 23 modified_on: z.string(),