Skip to content

Commit ec8a26b

Browse files
committed
add single label support
1 parent 0ff8a10 commit ec8a26b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/dns/private-resolver-endpoints-rulesets.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greg-lindsay
66
ms.service: dns
77
ms.custom: ignite-2022
88
ms.topic: conceptual
9-
ms.date: 03/07/2023
9+
ms.date: 03/29/2023
1010
ms.author: greglin
1111
#Customer intent: As an administrator, I want to understand components of the Azure DNS Private Resolver.
1212
---
@@ -79,10 +79,12 @@ DNS forwarding rules (ruleset rules) have the following properties:
7979
| Property | Description |
8080
| --- | --- |
8181
| Rule name | The name of your rule. The name must begin with a letter, and can contain only letters, numbers, underscores, and dashes. |
82-
| Domain name | The dot-terminated DNS namespace where your rule applies. The namespace must have either zero labels (for wildcard) or between 2 and 34 labels. For example, `contoso.com.` has two labels. |
82+
| Domain name | The dot-terminated DNS namespace where your rule applies. The namespace must have either zero labels (for wildcard) or between 1 and 34 labels. For example, `contoso.com.` has two labels.<sup>1</sup> |
8383
| Destination IP:Port | The forwarding destination. One or more IP addresses and ports of DNS servers that are used to resolve DNS queries in the specified namespace. |
8484
| Rule state | The rule state: Enabled or disabled. If a rule is disabled, it's ignored. |
8585

86+
<sup>1</sup>Single-label domain names are supported.
87+
8688
If multiple rules are matched, the longest prefix match is used.
8789

8890
For example, if you have the following rules:

0 commit comments

Comments
 (0)