tencent cloud

Private DNS

Release Notes
Product Introduction
Overview
Strengths
Use Limits
Scenarios
Purchase Guide
Billing Overview
Value-Added Service Packages
Non-Standard TLDs
Getting Started
Activating Private DNS
Creating Private Domain
Deleting Private Domain
Modifying Associated VPC
Operation Guide
Setting DNS Record
Modifying DNS Record
Deleting DNS Record
Importing DNS Records
Exporting DNS Records
Associating the VPCs of Another Account
Bulk Operation
Reverse DNS and PTR Record
Subdomain Recursive DNS Description
DNS Statistics Description
Round-Robin DNS Description
Recursive Resolution Description
Cloud Access Management
Cloud Access Management Overview
Authorizable Resource Types
Sample Access Management Policy
Use Cases
Configuring the NSCD Service for Cache Acceleration to Improve DNS Availability
API Documentation
History
Introduction
API Category
Making API Requests
Private DNS APIs
Data Types
Error Codes
FAQs
Private DNS
Will Private DNS override public domain names?
PDNS Policy
Privacy Policy
Data Processing And Security Agreement
Related Agreement
Private DNS Service Level Agreement
Glossary
DocumentationPrivate DNSOperation GuideRound-Robin DNS Description

Round-Robin DNS Description

PDF
Focus Mode
Font Size
Last updated: 2023-04-25 14:59:32

Overview

The Private DNS-based round-robin DNS is implemented following the principle that different record values are set under the same host record and record type, with a record value returned based on the associated weights after random polling. If there are multiple record values under the same host record and record type, and you want to distribute the access traffic to each record value, this feature can help you implement it.
Note: The record value returned by resolution is randomly polled but not assigned based on the server load and operating conditions.

Examples

A and CNAME records support round-robin DNS. The example settings for each record type are as shown below.

Example round-robin DNS settings for A records

Host Record
Type
Value
Weight
TTL
www
A
1.1.1.1
50
300
www
A
2.2.2.2
50
300

Example round-robin DNS settings for CNAME records

Host Record
Record Type
Value
Weight
TTL
www
CNAME
www.dnspod.com
50
300
www
CNAME
www.dnspod.cn
50
300

Use Limits

Those DNS records out of the limit cannot be properly added. To set the number of round-robin DNS records, purchase Value-Added Service Packages first.
Record Type
Number of Round-Robin DNS Records
Remarks
A
10
-
AAAA
10
-
TXT
20
Weight setting is unavailable for TXT round-robin DNS.
CNAME
5
-
MX
50
-
PTR
PTR record does not support round-robin DNS.
-


Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback