From bb0b49614960b1eb99d83f9af4e963d4f62ce0e8 Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Wed, 4 Oct 2023 12:18:17 +0200 Subject: [PATCH 1/3] DOCS: Add GitHub issue link. --- documentation/providers/inwx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/providers/inwx.md b/documentation/providers/inwx.md index 6df8d8fd75..508e543540 100644 --- a/documentation/providers/inwx.md +++ b/documentation/providers/inwx.md @@ -112,4 +112,4 @@ D("example.com", REG_INWX, DnsProvider(DSP_CF), **Note**: The INWX provider implementation currently only supports up to 2,147,483,647 domains. If you exceed this limit, it is expected that dnscontrol will fail to recognize some domains. Should you exceed this -limit, please open an issue on GitHub. +limit, please [open an issue on GitHub](https://github.com/StackExchange/dnscontrol/issues/new/choose). From 0acbcb9fb1aad845c1b7f3f12dd171e73b944c60 Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Wed, 4 Oct 2023 12:20:29 +0200 Subject: [PATCH 2/3] DOCS: DNSControl spelling improved. --- documentation/providers/inwx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/providers/inwx.md b/documentation/providers/inwx.md index 508e543540..543bf633b6 100644 --- a/documentation/providers/inwx.md +++ b/documentation/providers/inwx.md @@ -111,5 +111,5 @@ D("example.com", REG_INWX, DnsProvider(DSP_CF), {% endcode %} **Note**: The INWX provider implementation currently only supports up to 2,147,483,647 domains. If you exceed -this limit, it is expected that dnscontrol will fail to recognize some domains. Should you exceed this +this limit, it is expected that DNSControl will fail to recognize some domains. Should you exceed this limit, please [open an issue on GitHub](https://github.com/StackExchange/dnscontrol/issues/new/choose). From 390e83b289a7200635ef3e8e76c06bfa4777a3da Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Wed, 4 Oct 2023 12:22:28 +0200 Subject: [PATCH 3/3] DOCS: [Gitbook] Added `info` hint content block to domains limit. --- documentation/providers/inwx.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/providers/inwx.md b/documentation/providers/inwx.md index 543bf633b6..036a77edea 100644 --- a/documentation/providers/inwx.md +++ b/documentation/providers/inwx.md @@ -110,6 +110,8 @@ D("example.com", REG_INWX, DnsProvider(DSP_CF), ``` {% endcode %} -**Note**: The INWX provider implementation currently only supports up to 2,147,483,647 domains. If you exceed +{% hint style="info" %} +**NOTE**: The INWX provider implementation currently only supports up to 2,147,483,647 domains. If you exceed this limit, it is expected that DNSControl will fail to recognize some domains. Should you exceed this limit, please [open an issue on GitHub](https://github.com/StackExchange/dnscontrol/issues/new/choose). +{% endhint %}