From b947bddf95f4baae13b80ac0be6cfef06476ed7f Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Wed, 30 Jul 2025 20:49:54 -0400 Subject: [PATCH] CHORE: generate-all.sh (#3699) --- commands/types/dnscontrol.d.ts | 2 +- documentation/provider/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/types/dnscontrol.d.ts b/commands/types/dnscontrol.d.ts index 4a2e7857d..50805bfcd 100644 --- a/commands/types/dnscontrol.d.ts +++ b/commands/types/dnscontrol.d.ts @@ -683,7 +683,7 @@ declare function CNAME(name: string, target: string, ...modifiers: RecordModifie * MX("@", 10, "alt4.aspmx.l.google.com."), * ] * - * D("otherexample.com", REG_MY_PROVIDER, DnsProvider(DSP_MY_PROVIDER), + * D("other-example.com", REG_MY_PROVIDER, DnsProvider(DSP_MY_PROVIDER), * A("@","1.2.3.4"), * CNAME("test", "foo.example2.com."), * GOOGLE_APPS_DOMAIN_MX, diff --git a/documentation/provider/index.md b/documentation/provider/index.md index 95ed522ad..500b514bc 100644 --- a/documentation/provider/index.md +++ b/documentation/provider/index.md @@ -98,7 +98,7 @@ Jump to a table: | [`CNR`](cnr.md) | ✅ | ✅ | ✅ | ✅ | | [`CSCGLOBAL`](cscglobal.md) | ✅ | ❔ | ❌ | ✅ | | [`DESEC`](desec.md) | ✅ | ❔ | ✅ | ✅ | -| [`DIGITALOCEAN`](digitalocean.md) | ✅ | ❔ | ✅ | ✅ | +| [`DIGITALOCEAN`](digitalocean.md) | ✅ | ✅ | ✅ | ✅ | | [`DNSIMPLE`](dnsimple.md) | ✅ | ❌ | ❌ | ✅ | | [`DNSMADEEASY`](dnsmadeeasy.md) | ❔ | ✅ | ✅ | ✅ | | [`DNSOVERHTTPS`](dnsoverhttps.md) | ❔ | ❔ | ❌ | ❔ |