Cloud DNS vous permet de créer un nom de domaine à l'aide de Punycode, que certaines applications peuvent reconnaître et afficher dans un script international spécifique à un langage.
Pour voir votre nom de domaine en caractères Unicode converti au format ACE (ASCII-Compatible Encoding) équivalent, utilisez l'outil de conversion IDN.
Pour créer une zone gérée avec un suffixe IDN, procédez comme suit.
Console
Dans la console Google Cloud , accédez à la page Créer une zone DNS.
Dans le champ Type de zone, sélectionnez Publique.
Saisissez un Nom de zone. Par exemple, my-new-zone.
Dans le champ Nom DNS, saisissez un suffixe au format Punycode pour la zone à l'aide d'un nom de domaine vous appartenant.
Par exemple, pour que le nom de domaine apparaisse comme example.ελ, utilisez la représentation IDN de ελ pour le suffixe, qui est .xn--qxam. Tous les enregistrements de la zone partagent ce suffixe.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/08/11 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/08/11 (UTC)."],[[["\u003cp\u003eCloud DNS supports the use of Internationalized Domain Names (IDNs) through Punycode, allowing domain names to be represented in language-specific scripts.\u003c/p\u003e\n"],["\u003cp\u003eYou can create a new managed public zone in Cloud DNS with an IDN suffix by entering the domain name in Punycode format.\u003c/p\u003e\n"],["\u003cp\u003eThe IDN converter tool can be used to view how a domain name visually converts from Unicode characters to its ASCII-Compatible Encoding (ACE) form.\u003c/p\u003e\n"],["\u003cp\u003eThe process of creating a new managed public zone with an IDN suffix in Cloud DNS involves specifying a zone type as public, providing a zone name, and entering a DNS name suffix in Punycode format.\u003c/p\u003e\n"]]],[],null,["# Create a zone with an Internationalized Domain Name\n\nThis page describes how to use an\n[Internationalized Domain Name (IDN)](https://wikipedia.org/wiki/Internationalized_domain_name)\nwith Cloud DNS.\n\nCreate a new managed public zone with an IDN suffix\n---------------------------------------------------\n\nCloud DNS lets you create a domain name by using\n[Punycode](https://wikipedia.org/wiki/Punycode),\nwhich some applications can recognize and render in an international\nlanguage-specific script.\n\nTo see how your domain name visually converts from Unicode characters to the\nequivalent ASCII-Compatible Encoding (ACE) form, use the [IDN converter tool](https://www.verisign.com/en_US/channel-resources/domain-registry-products/idn/idn-conversion-tool/index.xhtml).\n\nTo create a new managed zone with an IDN suffix, complete the following steps. \n\n### Console\n\n1. In the Google Cloud console, go to the **Create a DNS zone** page.\n\n [Go to Create a DNS zone](https://console.cloud.google.com/net-services/dns/zones/new/create)\n2. For the **Zone type** , select **Public**.\n\n3. Enter a **Zone name** . For example, `my-new-zone`.\n\n4. Enter a **DNS name** suffix in Punycode format for the zone by using a\n domain name that you own.\n\n For example, for the domain name to appear as `example.ελ`, use the IDN\n representation of `ελ` for the suffix, which is `.xn--qxam`. All records\n in the zone share this suffix.\n5. Under **DNSSEC** , select `Off`, `On`, or `Transfer`. For more\n information, see\n [Enabling DNSSEC for existing managed zones](/dns/docs/dnssec-config#enabling).\n\n6. Click **Create** . The **Zone details** page is displayed.\n\n | **Note:** For best results, URL values must comply with the format as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986).\n\nWhat's next\n-----------\n\n- To work with managed zones, see [Create, modify, and delete zones](/dns/docs/zones).\n- To find solutions for common issues that you might encounter when using Cloud DNS, see [Troubleshooting](/dns/docs/troubleshooting).\n- To get an overview of Cloud DNS, see [Cloud DNS overview](/dns/docs/overview)."]]