How to configure Edge DNS main settings
In this guide, you’ll learn to create an Edge DNS zone with its main settings and edit them after you create the zone.
In this section, you’ll create or edit the main settings of Edge DNS with a domain via Azion Console.
- Access Azion Console > Edge DNS.
- To create a new zone, click the + Zone button. To edit an existing zone, select the zone you want to edit from the list.
Creating a new zone
- Give your zone a unique and easy-to-remember name.
- In Domain Name, add the name of the domain you want to host in Edge DNS. For example:
mydomain.com
. - Click the Save button.
Editing an existing zone
- Optionally, edit the name of your zone.
- In Domain Name, edit the name of the domain you want to host in Edge DNS.
- Click the Save button.
Once you’re done configuring your main settings, you can add records to your Edge DNS.
Go to add records guideIn this section, you’ll create or edit the main settings of Edge DNS with a domain via Real-Time Manager (RTM).
- Access Real-Time Manager (RTM) > Edge DNS.
- To create a new zone, click the Add Zone button. To edit an existing zone, select the zone you want to edit from the list.
Creating a new zone
- Give your zone a unique and easy-to-remember name.
- In Domain, add the name of the domain you want to host in Edge DNS. For example:
mydomain.com
. - Click the Save button.
Editing an existing zone
- Optionally, edit the name of your zone.
- In Domain Name, edit the name of the domain you want to host in Edge DNS.
- Click the Save button.
Once you’re done configuring your main settings, you can add records to your Edge DNS.
Go to add records guide- Run the following
POST
request in your terminal, replacing[TOKEN VALUE]
with your personal token to create a new zone:
- You’ll receive a response similar to this:
Wait a few minutes for the changes to propagate and your zone will be created.
Once you’re done configuring your main settings, you can add records to your Edge DNS.
Go to add records guide