Skip to content

Commit f0ba045

Browse files
authored
Merge pull request #7997 from ovh/KevS-SK2183-LLMCB-37-How-to-add-TXT-record-into-DNS-zone
KevS-SK2183-LLMCB-37-How-to-add-TXT-record-into-DNS-zone
2 parents 229edbd + c650112 commit f0ba045

File tree

9 files changed

+641
-0
lines changed

9 files changed

+641
-0
lines changed

pages/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,7 @@
12671267
+ [Everything you need to know about DNS records](web_cloud/domains/dns_zone_records)
12681268
+ [How to add a DNS A record for a domain name](web_cloud/domains/dns_zone_a_record_creation)
12691269
+ [How to add a DNS AAAA record for a domain name](web_cloud/domains/dns_zone_aaaa_record_creation)
1270+
+ [How to add a DNS TXT record for a domain name](web_cloud/domains/dns_zone_txt_record_creation)
12701271
+ [Add an MX record to your domain name’s configuration](web_cloud/domains/dns_zone_mx)
12711272
+ [Adding an SPF record to the configuration of your domain name](web_cloud/domains/dns_zone_spf)
12721273
+ [Adding a DKIM record to the configuration of your domain name](web_cloud/domains/dns_zone_dkim)
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
title: "DNS-TXT-Eintrag für einen Domainnamen hinzufügen"
3+
excerpt: "Erfahren Sie hier, wie Sie einen DNS-Eintrag vom Typ TXT zu einer von OVHcloud verwalteten DNS-Zone für Ihre Domain hinzufügen"
4+
updated: 2025-06-23
5+
---
6+
7+
<style>
8+
details>summary {
9+
color:rgb(33, 153, 232) !important;
10+
cursor: pointer;
11+
}
12+
details>summary::before {
13+
content:'\25B6';
14+
padding-right:1ch;
15+
}
16+
details[open]>summary::before {
17+
content:'\25BC';
18+
}
19+
</style>
20+
21+
## Ziel
22+
23+
Müssen Sie einen Verifizierungs- oder Sicherheitsprozess für Ihren Domainnamen (Zuordnung von Diensten über ein Token zur Bestätigung, Verifizierungsschlüssel, etc.) mithilfe Ihrer DNS-Zone bestätigen? Sie möchten der DNS-Zone Ihrer Domain einen benutzerdefinierten Textwert hinzufügen?
24+
Erstellen Sie hierzu in der aktiven DNS-Zone Ihrer Domain einen DNS-Eintrag vom Typ TXT.
25+
26+
**Diese Anleitung erklärt, wie Sie einen DNS-Eintrag vom Typ TXT zu einer von OVHcloud verwalteten DNS-Zone für Ihre Domain hinzufügen.**
27+
28+
> [!primary]
29+
>
30+
> Befolgen Sie [diese Anleitung](/pages/web_cloud/domains/dns_zone_edit), um einen DNS-Eintrag vom Typ TXT einer OVHcloud DNS-Zone zu ändern oder zu löschen.
31+
32+
## Voraussetzungen
33+
34+
- Sie haben einen [Domainnamen](/links/web/domains).
35+
- Sie nutzen eine diesem Domainnamen zugeordnete DNS-Zone bei OVHcloud.
36+
- Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager), im Bereich `Web Cloud`{.action}.
37+
38+
## In der praktischen Anwendung
39+
40+
> [!warning]
41+
>
42+
> Das Hinzufügen, Ändern oder Löschen von DNS-Einträgen in einer aktiven DNS-Zone kann zu Dienstunterbrechungen führen. Im Zweifelsfall wenden Sie sich an einen [spezialisierten Dienstleister](/links/partner).
43+
44+
### Einen DNS-Eintrag vom Typ TXT für eine Domain hinzufügen
45+
46+
1. Klicken Sie auf das Menü `DNS-Zone`{.action} und wählen Sie den Domainnamen aus.
47+
2. Klicken Sie auf der angezeigten Seite auf die Schaltfläche `Eintrag hinzufügen`{.action}.
48+
3. Wählen Sie im angezeigten Fenster erweiterte Einträge vom Typ `TXT`{.action} aus.
49+
4. Geben Sie anschließend im Feld `Wert *` die TXT-Zeichenfolge ein, die Sie hinzufügen möchten (zum Beispiel `AbCdE-Value-of-TXT-fGhIjK`), und klicken Sie auf `Weiter`{.action}.
50+
5. Überprüfen Sie die Zusammenfassung, und klicken Sie auf `Bestätigen`{.action}. Es dauert bis zu **24** Stunden, bis die Änderung im DNS-Netzwerk voll wirksam ist.
51+
52+
/// details | Klicken Sie hier für weitere Informationen.
53+
54+
Lesen Sie unsere detaillierten Anleitungen:
55+
56+
- [Alle Informationen zu DNS-Zonen](/pages/web_cloud/domains/dns_zone_general_information)
57+
- [Alle Informationen zu DNS-Einträgen](/pages/web_cloud/domains/dns_zone_records)
58+
- [Bearbeiten der OVHcloud DNS-Zone](/pages/web_cloud/domains/dns_zone_edit)
59+
60+
///
61+
62+
### Einen DNS-Eintrag vom Typ TXT für die Subdomain einer Domain hinzufügen
63+
64+
1. Klicken Sie auf das Menü `DNS-Zone`{.action} und wählen Sie den Domainnamen aus.
65+
2. Klicken Sie auf der angezeigten Seite auf die Schaltfläche `Eintrag hinzufügen`{.action}.
66+
3. Wählen Sie im angezeigten Fenster erweiterte Einträge vom Typ `TXT`{.action} aus.
67+
4. Geben Sie anschließend im Feld `Subdomain` die betreffende Subdomain ein (zum Beispiel: `www` für die Subdomain `www.domain.tld`) und im Feld `Wert *` die hinzuzufügende TXT-Zeichenfolge (zum Beispiel: `AbCdE-Value-of-TXT-fGhIjK`). Klicken Sie anschließend auf `Weiter`{.action}.
68+
5. Überprüfen Sie die Zusammenfassung, und klicken Sie auf `Bestätigen`{.action}. Es dauert bis zu **24** Stunden, bis die Änderung im DNS-Netzwerk voll wirksam ist.
69+
70+
/// details | Klicken Sie hier für weitere Informationen.
71+
72+
Lesen Sie unsere detaillierten Anleitungen:
73+
74+
- [Alle Informationen zu DNS-Zonen](/pages/web_cloud/domains/dns_zone_general_information)
75+
- [Alle Informationen zu DNS-Einträgen](/pages/web_cloud/domains/dns_zone_records)
76+
- [Erstellung einer Subdomain](/pages/web_cloud/domains/domain_create_subdomains)
77+
- [Bearbeiten der OVHcloud DNS-Zone](/pages/web_cloud/domains/dns_zone_edit)
78+
79+
///
80+
81+
## Weiterführende Informationen
82+
83+
[Alle Informationen zu DNS-Zonen](/pages/web_cloud/domains/dns_zone_general_information)
84+
85+
[Alle Informationen zu DNS-Einträgen](/pages/web_cloud/domains/dns_zone_records)
86+
87+
Kontaktieren Sie für spezialisierte Dienstleistungen (SEO, Web-Entwicklung etc.) die [OVHcloud Partner](/links/partner).
88+
89+
Wenn Sie Hilfe bei der Nutzung und Konfiguration Ihrer OVHcloud Lösungen benötigen, beachten Sie unsere [Support-Angebote](/links/support).
90+
91+
Treten Sie unserer [User Community](/links/community) bei.
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
title: "How to add a DNS TXT record for a domain name"
3+
excerpt: "Find out how to add an TXT record to an OVHcloud DNS zone for your domain name"
4+
updated: 2025-06-23
5+
---
6+
7+
<style>
8+
details>summary {
9+
color:rgb(33, 153, 232) !important;
10+
cursor: pointer;
11+
}
12+
details>summary::before {
13+
content:'\25B6';
14+
padding-right:1ch;
15+
}
16+
details[open]>summary::before {
17+
content:'\25BC';
18+
}
19+
</style>
20+
21+
## Objective
22+
23+
Do you need to validate a verification or security process for your domain name (service association via a validation token, verification key, etc.) using your DNS zone? Want to add a custom text value to your domain name’s DNS zone?
24+
To do this, you will need to create a TXT record in your domain name’s active DNS zone.
25+
26+
**Find out how to add an DNS TXT record to an OVHcloud DNS zone for your domain name.**
27+
28+
> [!primary]
29+
>
30+
> To modify or delete an TXT record of an OVHcloud DNS zone, follow [this guide](/pages/web_cloud/domains/dns_zone_edit).
31+
32+
## Requirements
33+
34+
- A [domain name](/links/web/domains)
35+
- A DNS zone associated with this domain name at OVHcloud
36+
- Access to the [OVHcloud Control Panel](/links/manager), in the `Web Cloud`{.action} section
37+
38+
## Instructions
39+
40+
> [!warning]
41+
>
42+
> Adding, modifying or deleting DNS records in an active DNS zone can cause service interruptions. If in doubt, contact a [specialist provider](/links/partner).
43+
44+
### Add an DNS TXT record for a domain name
45+
46+
1. Click the `DNS zones`{.action} menu, then choose the domain name concerned.
47+
2. On the page that appears, click `Add an entry`{.action}.
48+
3. In the window that opens, select the extended record of type `TXT`{.action}.
49+
4. Then enter the TXT string you want to add in the `Value *` field (e.g.: `AbCdE-Value-of-TXT-fGhIjK`), then click `Next`{.action}.
50+
5. Check the summary, then click `Confirm`{.action}. It takes up to **24** hours for the change to propagate fully over the DNS network.
51+
52+
/// details | Click here for more information.
53+
54+
See our detailed guides:
55+
56+
- [Everything you need to know about DNS zone](/pages/web_cloud/domains/dns_zone_general_information)
57+
- [Everything you need to know about DNS records](/pages/web_cloud/domains/dns_zone_records)
58+
- [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit)
59+
60+
///
61+
62+
### Add an DNS TXT record for a domain name subdomain
63+
64+
1. Click the `DNS zones`{.action} menu, then choose the domain name concerned.
65+
2. On the page that appears, click `Add an entry`{.action}.
66+
3. In the window that opens, select the extended record of type `TXT`{.action}.
67+
4. Then enter the subdomain in the `Sub-domain` field (for example: `www` for the subdomain `www.domain.tld`), and in the `Value *` field, enter the TXT string you want to add (for example: `AbCdE-Value-of-TXT-fGhIjK`). Finally, click `Next`{.action}.
68+
5. Check the summary, then click `Confirm`{.action}. It takes up to **24** hours for the change to propagate fully over the DNS network.
69+
70+
/// details | Click here for more information.
71+
72+
See our detailed guides:
73+
74+
- [Everything you need to know about DNS zones](/pages/web_cloud/domains/dns_zone_general_information)
75+
- [Everything you need to know about DNS records](/pages/web_cloud/domains/dns_zone_records)
76+
- [How to create a subdomain](/pages/web_cloud/domains/domain_create_subdomains)
77+
- [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit)
78+
79+
///
80+
81+
## Go further
82+
83+
[Everything you need to know about DNS zones](/pages/web_cloud/domains/dns_zone_general_information).
84+
85+
[Everything you need to know about DNS records](/pages/web_cloud/domains/dns_zone_records)
86+
87+
For specialised services (SEO, development, etc.), contact [OVHcloud partners](/links/partner).
88+
89+
If you would like assistance using and configuring your OVHcloud solutions, please refer to our [support offers](/links/support).
90+
91+
Join our [community of users](/links/community).
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
title: "Añadir un registro DNS de tipo TXT a un dominio"
3+
excerpt: "Descubra cómo añadir un registro DNS de tipo TXT a una zona DNS gestionada en OVHcloud para un dominio"
4+
updated: 2025-06-23
5+
---
6+
7+
<style>
8+
details>summary {
9+
color:rgb(33, 153, 232) !important;
10+
cursor: pointer;
11+
}
12+
details>summary::before {
13+
content:'\25B6';
14+
padding-right:1ch;
15+
}
16+
details[open]>summary::before {
17+
content:'\25BC';
18+
}
19+
</style>
20+
21+
## Objetivo
22+
23+
¿Necesita validar un proceso de verificación o seguridad para su dominio (asociación de servicios mediante un token de validación, clave de verificación, etc.) utilizando su zona DNS? ¿Quiere añadir un valor personalizado en formato de texto a la zona DNS de su dominio?
24+
Para ello, deberá crear un registro DNS de tipo TXT en la zona DNS activa del dominio.
25+
26+
**Descubra cómo añadir un registro DNS de tipo TXT a una zona DNS gestionada en OVHcloud para un dominio.**
27+
28+
> [!primary]
29+
>
30+
> Para modificar o eliminar un registro DNS de tipo TXT de una zona DNS de OVHcloud, siga nuestra guía "[Editar una zona DNS de OVHcloud](/pages/web_cloud/domains/dns_zone_edit)".
31+
32+
## Requisitos
33+
34+
- Tener un [dominio](/links/web/domains).
35+
- Tener una zona DNS asociada al dominio en OVHcloud.
36+
- Estar conectado a su [área de cliente de OVHcloud](/links/manager), en la sección `Web Cloud`{.action}.
37+
38+
## Procedimiento
39+
40+
> [!warning]
41+
>
42+
> Añadir, modificar o eliminar registros DNS en una zona DNS activa es una operación delicada. En caso de duda, contacte con un [proveedor especializado](/links/partner).
43+
44+
### Añadir un registro DNS de tipo TXT a un dominio
45+
46+
1. Haga clic en el menú `Zonas DNS`{.action} y seleccione el dominio correspondiente.
47+
2. En la nueva página, haga clic en el botón `Añadir un registro`{.action}.
48+
3. En la ventana que se abre, seleccione el registro extendido de tipo `TXT`{.action}.
49+
4. Introduzca la cadena TXT que quiera añadir en el campo `Valor *` (por ejemplo: `AbCdE-Value-of-TXT-fGhIjK`) y haga clic en `Siguiente`{.action}.
50+
5. Revise el resumen y haga clic en `Aceptar`{.action}. Espere hasta **24** horas para que la propagación de la adición en la red DNS sea plenamente efectiva.
51+
52+
/// details | Haga clic aquí para obtener más información.
53+
54+
Consulte nuestras guías detalladas:
55+
56+
- [Todo sobre la zona DNS](/pages/web_cloud/domains/dns_zone_general_information)
57+
- [Todo sobre los registros DNS](/pages/web_cloud/domains/dns_zone_records)
58+
- [Editar una zona DNS de OVHcloud](/pages/web_cloud/domains/dns_zone_edit)
59+
60+
///
61+
62+
### Añadir un registro DNS de tipo TXT para el subdominio de un dominio
63+
64+
1. Haga clic en el menú `Zonas DNS`{.action} y seleccione el dominio correspondiente.
65+
2. En la nueva página, haga clic en el botón `Añadir un registro`{.action}.
66+
3. En la ventana que se abre, seleccione el registro extendido de tipo `TXT`{.action}.
67+
4. Introduzca a continuación en el campo `Subdominio` el subdominio correspondiente (por ejemplo: `www` para el subdominio `www.domain.tld`), y en el campo `Valor *`, la cadena TXT que quiera añadir (por ejemplo: `AbCdE-Value-of-TXT-fGhIjK`). Haga clic en `Siguiente`{.action}.
68+
5. Revise el resumen y haga clic en `Aceptar`{.action}. Espere hasta **24** horas para que la propagación de la adición en la red DNS sea plenamente efectiva.
69+
70+
/// details | Haga clic aquí para obtener más información.
71+
72+
Consulte nuestras guías detalladas:
73+
74+
- [Todo sobre la zona DNS](/pages/web_cloud/domains/dns_zone_general_information)
75+
- [Todo sobre los registros DNS](/pages/web_cloud/domains/dns_zone_records)
76+
- [¿Cómo crear un subdominio?](/pages/web_cloud/domains/domain_create_subdomains)
77+
- [Editar una zona DNS de OVHcloud](/pages/web_cloud/domains/dns_zone_edit)
78+
79+
///
80+
81+
## Más información
82+
83+
[Todo sobre la zona DNS](/pages/web_cloud/domains/dns_zone_general_information)
84+
85+
[Todo sobre los registros DNS](/pages/web_cloud/domains/dns_zone_records)
86+
87+
Para servicios especializados (posicionamiento, desarrollo, etc.), contacte con [partners de OVHcloud](/links/partner).
88+
89+
Si quiere disfrutar de ayuda para utilizar y configurar sus soluciones de OVHcloud, puede consultar nuestras distintas soluciones [pestañas de soporte](/links/support).
90+
91+
Interactúe con nuestra [comunidad de usuarios](/links/community).
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
title: "Ajouter un enregistrement DNS de type TXT pour un nom de domaine"
3+
excerpt: "Découvrez comment ajouter un enregistrement DNS de type TXT dans une zone DNS gérée chez OVHcloud pour votre nom de domaine"
4+
updated: 2025-06-23
5+
---
6+
7+
<style>
8+
details>summary {
9+
color:rgb(33, 153, 232) !important;
10+
cursor: pointer;
11+
}
12+
details>summary::before {
13+
content:'\25B6';
14+
padding-right:1ch;
15+
}
16+
details[open]>summary::before {
17+
content:'\25BC';
18+
}
19+
</style>
20+
21+
## Objectif
22+
23+
Vous devez valider un processus de vérification ou de sécurité pour votre nom de domaine (association de services via un token de validation, clé de vérification, etc.) en utilisant votre zone DNS ? Vous souhaitez ajouter une valeur personnalisée au format texte dans la zone DNS de votre nom de domaine ?
24+
Pour cela, vous devrez créer un enregistrement DNS de type TXT dans la zone DNS active de votre nom de domaine.
25+
26+
**Découvrez comment ajouter un enregistrement DNS de type TXT dans une zone DNS OVHcloud pour votre nom de domaine.**
27+
28+
> [!primary]
29+
>
30+
> Pour modifier ou supprimer un enregistrement DNS de type TXT d'une zone DNS OVHcloud, suivez notre guide « [Éditer une zone DNS OVHcloud](/pages/web_cloud/domains/dns_zone_edit) ».
31+
32+
## Prérequis
33+
34+
- Disposer d'un [nom de domaine](/links/web/domains).
35+
- Disposer d'une zone DNS associée à ce nom de domaine chez OVHcloud.
36+
- Être connecté à votre [espace client OVHcloud](/links/manager), partie `Web Cloud`{.action}.
37+
38+
## En pratique
39+
40+
> [!warning]
41+
>
42+
> L'ajout, la modification ou la suppression d'enregistrements DNS dans une zone DNS active est une manipulation sensible. En cas de doute, contactez un [prestataire spécialisé](/links/partner).
43+
44+
### Ajouter un enregistrement DNS de type TXT pour un nom de domaine
45+
46+
1. Cliquez sur le menu `Zones DNS`{.action}, puis choisissez le nom de domaine concerné.
47+
2. Sur la page qui s'affiche, cliquez sur sur le bouton `Ajouter une entrée`{.action}.
48+
3. Dans la fenêtre qui s'ouvre, sélectionnez le champ étendu de type `TXT`{.action}.
49+
4. Renseignez ensuite dans le champ `Valeur *` la chaîne TXT à ajouter (par exemple : `AbCdE-Value-of-TXT-fGhIjK`), puis cliquez sur `Suivant`{.action}.
50+
5. Vérifiez le résumé, puis cliquez sur `Valider`{.action}. Patientez jusqu'à **24** heures pour que la propagation de l'ajout sur le réseau DNS soit pleinement effective.
51+
52+
/// details | Cliquez ici pour plus d'informations.
53+
54+
Consultez nos guides détaillés :
55+
56+
- [Tout savoir sur les zones DNS](/pages/web_cloud/domains/dns_zone_general_information)
57+
- [Tout savoir sur les enregistrements DNS](/pages/web_cloud/domains/dns_zone_records)
58+
- [Éditer une zone DNS OVHcloud](/pages/web_cloud/domains/dns_zone_edit)
59+
60+
///
61+
62+
### Ajouter un enregistrement DNS de type TXT pour le sous-domaine d'un nom de domaine
63+
64+
1. Cliquez sur le menu `Zones DNS`{.action}, puis choisissez le nom de domaine concerné.
65+
2. Sur la page qui s'affiche, cliquez sur sur le bouton `Ajouter une entrée`{.action}.
66+
3. Dans la fenêtre qui s'ouvre, sélectionnez le champ étendu de type `TXT`{.action}.
67+
4. Renseignez ensuite dans le champ `Sous-domaine` le sous-domaine concerné (par exemple : `www` pour le sous-domaine `www.domain.tld`), et dans le champ `Valeur *`, la chaîne TXT à ajouter (par exemple : `AbCdE-Value-of-TXT-fGhIjK`). Cliquez enfin sur `Suivant`{.action}.
68+
5. Vérifiez le résumé, puis cliquez sur `Valider`{.action}. Patientez jusqu'à **24** heures pour que la propagation de l'ajout sur le réseau DNS soit pleinement effective.
69+
70+
/// details | Cliquez ici pour plus d'informations.
71+
72+
Consultez nos guides détaillés :
73+
74+
- [Tout savoir sur les zones DNS](/pages/web_cloud/domains/dns_zone_general_information)
75+
- [Tout savoir sur les enregistrements DNS](/pages/web_cloud/domains/dns_zone_records)
76+
- [Comment créer un sous-domaine ?](/pages/web_cloud/domains/domain_create_subdomains)
77+
- [Éditer une zone DNS OVHcloud](/pages/web_cloud/domains/dns_zone_edit)
78+
79+
///
80+
81+
## Aller plus loin
82+
83+
[Tout savoir sur les zones DNS](/pages/web_cloud/domains/dns_zone_general_information)
84+
85+
[Tout savoir sur les enregistrements DNS](/pages/web_cloud/domains/dns_zone_records)
86+
87+
Pour des prestations spécialisées (référencement, développement, etc.), contactez les [partenaires OVHcloud](/links/partner).
88+
89+
Si vous souhaitez bénéficier d'une assistance à l'usage et à la configuration de vos solutions OVHcloud, nous vous proposons de consulter nos différentes [offres de support](/links/support).
90+
91+
Échangez avec notre [communauté d'utilisateurs](/links/community).

0 commit comments

Comments
 (0)