From f5575bba4fbfffd0f5bb28e3c3c18162cd3077d9 Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Thu, 18 Jan 2024 20:45:48 +0100 Subject: [PATCH] CHORE: Missed generated content (#2803) Co-authored-by: Tom Limoncelli --- commands/types/dnscontrol.d.ts | 8 ++++---- documentation/providers.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/commands/types/dnscontrol.d.ts b/commands/types/dnscontrol.d.ts index 76a8a10af..5df946bfb 100644 --- a/commands/types/dnscontrol.d.ts +++ b/commands/types/dnscontrol.d.ts @@ -363,7 +363,7 @@ declare function AZURE_ALIAS(name: string, type: "A" | "AAAA" | "CNAME", target: * ); * ``` * - * DNSControl contains a [`CAA_BUILDER`](../record/CAA_BUILDER.md) which can be used to simply create `CAA()` records for your domains. Instead of creating each CAA record individually, you can simply configure your report mail address, the authorized certificate authorities and the builder cares about the rest. + * DNSControl contains a [`CAA_BUILDER`](CAA_BUILDER.md) which can be used to simply create `CAA()` records for your domains. Instead of creating each CAA record individually, you can simply configure your report mail address, the authorized certificate authorities and the builder cares about the rest. * * @see https://docs.dnscontrol.org/language-reference/domain-modifiers/caa */ @@ -2230,9 +2230,9 @@ declare function PANIC(message: string): never; * of `REV("1.2.3.4")` is `4.3.2.1.in-addr.arpa.`, which means the following * are all equivalent: * - * * `PTR(REV("1.2.3.4"), ` - * * `PTR("4.3.2.1.in-addr.arpa."), ` - * * `PTR("4.3",` // Assuming the domain is `2.1.in-addr.arpa` + * * `PTR(REV("1.2.3.4", ...` + * * `PTR("4.3.2.1.in-addr.arpa.", ...` + * * `PTR("4.3", ...` // Assuming the domain is `2.1.in-addr.arpa` * * All magic is RFC2317-aware. We use the first format listed in the * RFC for both [`REV()`](../global/REV.md) and `PTR()`. The format is diff --git a/documentation/providers.md b/documentation/providers.md index 9efd84de7..b199925c3 100644 --- a/documentation/providers.md +++ b/documentation/providers.md @@ -35,7 +35,7 @@ If a feature is definitively not supported for whatever reason, we would also li | [`EXOSCALE`](providers/exoscale.md) | ❌ | ✅ | ❌ | ✅ | ✅ | ❔ | ❌ | ❔ | ✅ | ❔ | ✅ | ❔ | ❌ | ❔ | ❔ | ❌ | ❌ | ✅ | ❔ | | [`GANDI_V5`](providers/gandi_v5.md) | ❌ | ✅ | ✅ | ✅ | ✅ | ❔ | ❌ | ❔ | ✅ | ❔ | ✅ | ✅ | ✅ | ❌ | ❔ | ❔ | ❌ | ❌ | ✅ | | [`GCLOUD`](providers/gcloud.md) | ✅ | ✅ | ❌ | ✅ | ✅ | ❔ | ❌ | ❔ | ✅ | ❔ | ✅ | ✅ | ✅ | ❔ | ❔ | ✅ | ✅ | ✅ | ✅ | -| [`GCORE`](providers/gcore.md) | ❌ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❔ | ✅ | ❌ | ❌ | ❌ | ❔ | ✅ | ✅ | ✅ | ✅ | +| [`GCORE`](providers/gcore.md) | ❌ | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❔ | ✅ | ❌ | ❌ | ❌ | ❔ | ✅ | ✅ | ✅ | ✅ | | [`HEDNS`](providers/hedns.md) | ❌ | ✅ | ❌ | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | ❔ | ✅ | ✅ | ✅ | ✅ | | [`HETZNER`](providers/hetzner.md) | ❌ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ✅ | ❔ | ✅ | ✅ | ✅ | ✅ | | [`HEXONET`](providers/hexonet.md) | ❌ | ✅ | ✅ | ❌ | ✅ | ❔ | ❔ | ❔ | ✅ | ❔ | ✅ | ❔ | ✅ | ❔ | ❔ | ✅ | ✅ | ✅ | ❔ |