Skip to main content
Version: v8

Zones

Creation of DNS zones and records in GSLB


Zones provide you an opportunity to create and manage domains. End users can also choose a list of Apps they want to configure for that root domain. DNS Service type should be Authoritative.

listener

How to Use:

  1. Go to Apps > GSLB > Listener > Zones
  2. Click Add Zone button.
  3. Configure your settings.
  4. Click Save.

Records

Overview

A DNS Record is a database entry that maps a URL to a specified IP address. These records are then stored in the DNS Servers, which can be accessed by different users globally using the URL address. When you search the URL, the browser forwards the URL to the DNS server, and it redirects you to the specific Web server. This web server then serves the site or directs the user to an email server that takes care of the incoming mail.

Types of DNS Records :

Record TypeCommon NamePurposeValue
AIPv4 Address Mapping RecordsMaps domain names to IPv4 addresses[IPv4 Address]
AAAAIPv6 Address Mapping RecordsMaps domain names to IPv6 addresses.[IPv6 Address]
CAACAA (Certificate Authority Authorization records)Check CAA value to ensure that only certain certificate authorities are allowed to issue valid certificates.[Flag(0-255)] [Tag(issue/issuewild/iode)] [Certificate Authority Provider]
CNAMECanonical Name RecordsMaps one domain name to another, map multiple domains to one IP address or routing external domains.[Fully Qualified Domain Name]
CERTCertificate RecordCertificates Record specifies the authenticity of the sending and receiving parties.[Type] [Key-Tag] [Algorithm Code] [Base 64 Encoded Certificate Data]
PTRPointer RecordPTR records provide specifies that the given hostname or a domain are connected to the IP address.[Fully Qualified Domain Name]
MXMail Exchange RecordsSpecifies a mail exchange server address.[Priority] [Fully Qualified Domain Name]
TXTText RecordStores strings of information in DNS.[Enclosed text in quotation marks]
SRVService RecordPoints one domain to another domain name using a specific destination port.[Priority] [Weight] [Port] [Fully Qualified Domain Name]
NSName serverPoints to the authoritative server for the domain[Fully Qualified Domain Name]
SOAStart of AuthorityStores important information about a domain such as email address of the administrator, when the domain was last updated, and how long the server should wait between refreshes etch.[MNAME] [RNAME] [Serial] [Refresh] [Retry] [Expire] [TTL]

Configurable Fields

Rule Name

This field specifies the unique identifier for a zone, which represents a specific network or domain within your DNS configuration.

    Accepted values: String

Default: Blank

DNSSEC

Specify whether DNSSEC (Domain Name System Security Extensions) is enabled to ensure the integrity and authenticity of DNS responses.

    Accepted values: Enabled / Disabled

Default: Disabled