Skip to content

Commit b3a164f

Browse files
[DNS, Fundamentals] Fix broken links in "update DS records" partial (#26174)
--------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent 5ad3ae3 commit b3a164f

File tree

1 file changed

+22
-25
lines changed

1 file changed

+22
-25
lines changed
Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,33 @@
11
---
22
{}
3-
43
---
54

6-
7-
import { Details } from "~/components"
5+
import { Details } from "~/components";
86

97
<Details header="Provider-specific instructions">
108

119
This is not an exhaustive list of how to update DS records in other providers, but the following links may be helpful:
1210

13-
* [DNSimple](https://support.dnsimple.com/articles/cloudflare-ds-record/)
14-
* [Domaindiscount24](https://support.domaindiscount24.com/hc/articles/4409759478161)
15-
* [DreamHost](https://help.dreamhost.com/hc/en-us/articles/219539467)
16-
* [Dynadot](https://www.dynadot.com/community/help/question/set-DNSSEC)
17-
* [Enom](https://help.enom.com/hc/en-us/articles/115001028212)
18-
* [Gandi](https://wiki.gandi.net/en/domains/dnssec)
19-
* [GoDaddy](https://ph.godaddy.com/help/add-a-ds-record-23865)
20-
* [Hostinger](https://support.hostinger.com/articles/3667267)
21-
* [Hover](https://help.hover.com/hc/en-us/articles/217281647)
22-
* [InMotion Hosting](https://www.inmotionhosting.com/support/edu/cpanel/enable-dnssec-cloudflare/)
23-
* [INWX](https://kb.inwx.com/en-us/3-nameserver/131)
24-
* [Joker.com](https://joker.com/faq/books/jokercom-faq-en/page/dnssec)
25-
* [Name.com](https://www.name.com/support/articles/205439058-managing-dnssec)
26-
* [Namecheap](https://www.namecheap.com/support/knowledgebase/article.aspx/9722/2232/managing-dnssec-for-domains-pointed-to-custom-dns)
27-
* [NameISP](https://support.nameisp.com/answers/dns)
28-
* [Namesilo](https://www.namesilo.com/Support/DS-Records-%28DNSSEC%29)
29-
* [OVH](https://help.ovhcloud.com/csm/en-dns-secure-domain-dnssec?id=kb_article_view\&sysparm_article=KB0051637)
30-
* [Squarespace](https://support.squarespace.com/hc/articles/4404183898125-Nameservers-and-DNSSEC-for-Squarespace-managed-domains#toc-dnssec)
31-
* [Registro.br](https://registro.br/tecnologia/dnssec.html?secao=tutoriais-dns)
32-
* [Porkbun](https://kb.porkbun.com/article/93-how-to-install-dnssec) (do not fill out **keyData**)
33-
* [TransIP](https://www.transip.eu/knowledgebase/entry/150-secure-domains-custom-nameservers-dnssec/)
34-
11+
- [DNSimple](https://support.dnsimple.com/articles/cloudflare-ds-record/)
12+
- [Domaindiscount24](https://support.domaindiscount24.com/hc/articles/4409759478161)
13+
- [DreamHost](https://help.dreamhost.com/hc/en-us/articles/219539467)
14+
- [Dynadot](https://www.dynadot.com/help/question/set-DNSSEC)
15+
- [Enom](https://support.enom.com/support/solutions/articles/201000065386)
16+
- [Gandi](https://docs.gandi.net/en/domain_names/advanced_users/dnssec.html)
17+
- [GoDaddy](https://www.godaddy.com/en-ph/help/add-a-ds-record-23865)
18+
- [Hostinger](https://www.hostinger.com/support/3667267-how-to-use-dnssec-records-at-hostinger/)
19+
- [Hover](https://support.hover.com/support/solutions/articles/201000064716)
20+
- [InMotion Hosting](https://www.inmotionhosting.com/support/edu/cpanel/enable-dnssec-cloudflare/)
21+
- [INWX](https://kb.inwx.com/en-us/3-nameserver/131)
22+
- [Joker.com](https://joker.com/faq/books/jokercom-faq-en/page/dnssec)
23+
- [Name.com](https://www.name.com/support/articles/205439058-managing-dnssec)
24+
- [Namecheap](https://www.namecheap.com/support/knowledgebase/article.aspx/9722/2232/managing-dnssec-for-domains-pointed-to-custom-dns/)
25+
- [NameISP](https://support.nameisp.com/knowledgebase/dns)
26+
- [Namesilo](https://www.namesilo.com/support/v2/articles/domain-manager/ds-records)
27+
- [OVH](https://help.ovhcloud.com/csm/en-dns-secure-domain-dnssec?id=kb_article_view&sysparm_article=KB0051637)
28+
- [Squarespace](https://support.squarespace.com/hc/articles/4404183898125-Nameservers-and-DNSSEC-for-Squarespace-managed-domains#toc-dnssec)
29+
- [Registro.br](https://registro.br/tecnologia/dnssec/?secao=tutoriais-dns)
30+
- [Porkbun](https://kb.porkbun.com/article/93-how-to-install-dnssec) (do not fill out **keyData**)
31+
- [TransIP](https://www.transip.eu/knowledgebase/150-secure-domains-custom-nameservers-dnssec/)
3532

3633
</Details>

0 commit comments

Comments
 (0)