Skip to content

Commit 8d3db81

Browse files
committed
Update README.md
1 parent b892c86 commit 8d3db81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

addons/oci-private-dns/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- [OCI Private DNS resources](#OCI-Private-DNS-resources)</br>
1111
- [VCN DNS Resolver processing order](#VCN-DNS-Resolver-processing-order)</br>
1212
- [Single-Region: Private DNS configuration view](#1-Single-Region-Private-DNS-configuration-view)</br>
13-
- [Single-Region: DNS query animation](#11Single-Region-DNS-query-animation)</br>
13+
- [Single-Region: DNS query animation](#11-Single-Region-DNS-query-animation)</br>
1414
- [Multi-Region: Private DNS configuration view](#2-Multi-Region-Private-DNS-configuration-view)</br>
1515
- [Multi-Region: DNS query animation](#21-Multi-Region-DNS-query-animation)
1616

@@ -31,8 +31,8 @@ This document provides configuration views for the following use cases:
3131
| Resource | Description |
3232
| - | - |
3333
| [VCN Resolver](https://docs.oracle.com/en-us/iaas/Content/DNS/Tasks/privatedns.htm#private-dns__resources) | Each VCN has a dedicated DNS resolver that processes and responds to DNS queries within the VCN. By default, it listens on 169.254.169.254 and operates based on its configured settings. |
34-
| Private Zones | Private zones contain DNS data only accessible from within a VCN, such as private IP addresses. |
35-
| Private Views | A private DNS view is a collection of Private Zones, and these are:<br>• **Default Private View** - a dedicated/default view for VCN Resolver.<br>• **Associated Private Views** - the private views from other VCNs, added into VCN Resolver. |
34+
| [Private Zones](https://docs.oracle.com/en-us/iaas/Content/DNS/Tasks/privatedns.htm#private-dns__resources) | Private zones contain DNS data only accessible from within a VCN, such as private IP addresses. |
35+
| [Private Views](https://docs.oracle.com/en-us/iaas/Content/DNS/Tasks/privatedns.htm#private-dns__resources) | A private DNS view is a collection of Private Zones, and these are:<br>• **Default Private View** - a dedicated/default view for VCN Resolver.<br>• **Associated Private Views** - the private views from other VCNs, added into VCN Resolver. |
3636
| [Resolver Endpoints](https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/dns-topic-resolver_endpoints.htm) | There are two types of endpoints:<br>• **Listening endpoint** - allows the DNS Resolver to answer DNS queries coming from outside the VCN, such as on-prem systems and other resolvers.<br>• **Forwarding endpoint** - allows the DNS resolver to query a remote DNS as defined in the Forwarding rules. |
3737
| [Forwarding Rules](https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/dns-topic-resolver_rules.htm) | Rules are used to answer queries that aren't answered by a resolver's views and the queries that match the rule condition will be handled by the rule. If no rules match, the query will be resolved from Internet DNS. |
3838

0 commit comments

Comments
 (0)