Files
doc-exports/docs/dns/umn/dns_usermanual_05046.html
fanqinying 91cea8efb1 DNS UMN 20250605 version
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com>
Co-authored-by: fanqinying <fanqinying@huawei.com>
Co-committed-by: fanqinying <fanqinying@huawei.com>
2025-10-18 14:50:07 +00:00

4.2 KiB

Configuring Recursive Resolution for Subdomains

Scenarios

The recursive resolution proxy function can be configured for private zones.

If you select this option, when you query subdomains that are not configured in the zone namespace, DNS will recursively resolve the subdomains on the Internet and use the result from authoritative DNS servers.

Recursive Resolution Example of a Subdomain in a Private Zone

For example.com, the following record sets have been added to the private zone:

Table 1 Record sets

Name

Type

Value

a1

A

1.2.3.4

When you access a1.example.com, the DNS server returns 1.2.3.4 based on the configured private zone record set.

When you access www.example.com, no record sets are configured in the private zone. In this case, the authoritative DNS server resolves the domain name and returns the result.

Enabling Recursive Resolution for Subdomains

You can enable recursive subdomain resolution when creating or modifying a private zone.

  • Enabling recursive subdomain resolution when creating a private zone

    When you are creating a private zone, select Recursive subdomain resolution proxy to enable recursive subdomain resolution. For details about how to create a private zone, see Creating a Private Zone.

  • Enabling or disabling recursive subdomain resolution when modifying a private zone

    When you are modifying a private zone, select or deselect Recursive subdomain resolution proxy to enable or disable recursive subdomain resolution. For details about how to modify a private zone, see Managing Private Zones.