Once your domain name is connected to LVB, the system will automatically assign it a CNAME domain name (suffixed with .liveplay.myqcloud.com
), which can be viewed in the Domain Management list. It cannot be accessed directly before you complete the CNAME configuration at your domain name service provider. After the configuration takes effect, LVB can be used properly.
This document describes how to configure a CNAME record at Tencent Cloud, Alibaba Cloud, Baidu Cloud, DNSPod, Wanwang, and Xinnet, respectively. The directions below are for your reference only, and the actual directions shall apply. After configuring the domain name CNAME, you can verify whether the CNAME configuration has taken effect as instructed in Verifying the Effect of CNAME Record.
If your DNS service provider is Alibaba Cloud and you have obtained an ICP filing for your domain name, you can set up a CNAME record in the following steps:
CNAME
.play.myqcloud.com
, enter play
; if you want to directly resolve the primary domain name myqloud.com
, enter @
; and if you want to resolve a wildcard domain name, enter \*
.Default
.domain.livecdn.liveplay.myqcloud.com
obtained on the Domain Management page in the Tencent Cloud Console.10 minutes
.
If your domain name service provider is Baidu Cloud, you can add a CNAME record in the following steps:
play.myqcloud.com
, enter play
; if you want to directly resolve the primary domain name myqloud.com
, enter @
; and if you want to resolve a wildcard domain name, enter \*
.CNAME
.Default
.domain.livecdn.liveplay.myqcloud.com
obtained on the Domain Management page in the LVB Console.10 minutes
.
If your DNS service provider is DNSPod, you can add a CNAME record in the following steps:
www.123.com
, you only need to enter www
as the host record; if you want to add the resolution for 123.com
, the host record can be left empty and the system will automatically enter an @
into the input box. A CNAME record with @
will affect the proper resolution of the MX record, so please be cautious when adding it).1.com
).
If your DNS service provider is Wanwang, you can add a CNAME record in the following steps:
Log in to the Wanwang Member Center.
On the left sidebar, click Product Management > My Cloud Resolution to enter the cloud resolution list page.
Click the domain name to be resolved to enter the resolution record page.
On the resolution record page, click "Add Resolution" to set a resolution record.
To set a CNAME resolution record, select CNAME as the record type. Enter the host record as needed (such as www
), which is the domain name prefix. Enter the domain name pointed to by the current domain name as the record value. Retain the default settings of the resolution line and TTL.
After completing the settings, click Save.
If your DNS service provider is Xinnet, you can add a CNAME record by setting an alias (CNAME record).
An alias record allows you to map multiple names to the same computer and is generally used for computers providing both WWW and mail services. For example, a computer named host.mydomain.com
(A record) provides both WWW and mail server. To facilitate user access, you can set two aliases (CNAME records) for this computer: WWW
and MAIL
.
The time it takes for a CNAME record to take effect varies by DNS service provider. It is generally within half an hour. You can also check whether the CNAME record is in effect in the following ways:
Method 1: enter Domain Management in the LVB Console and check whether the status symbol of the domain name suffixed with .myqcloud.com
has changed to , and if so, CNAME configuration is successful.
Method 2: on Linux/macOS, run the dig
command in the format of dig your own domain name
. If the first row displays that the destination domain name provided by LVB is resolved, CNAME configuration is successful.
Method 3: on Windows, click Start > Run, enter cmd
, press Enter, and then enter nslookup your own domain name
on the command line. If the destination domain name provided by LVB is resolved, CNAME configuration is successful.
If the CNAME configuration fails to take effect after a prolonged time, please see CNAME Configuration Troubleshooting.
Was this page helpful?