Skip to content

Commit d42fa77

Browse files
[DNS] State max number of linked peers per zone (#19092)
* [DNS] The max number of linked peers per zone for cloudflare-as-primary * [DNS] The max number of linked peers per zone for cloudflare-as-secondary * Move text to partial and add to index.mdx as well --------- Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent 59b7bae commit d42fa77

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

src/content/docs/dns/zone-setups/zone-transfers/cloudflare-as-primary/setup.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ To create a peer DNS server using the API, send a [POST](/api/resources/dns/subr
8585

8686
If you previously [created a peer DNS server](#2-create-peer-dns-server-optional), you should link it to your primary zone.
8787

88+
:::note
89+
<Render file="linked-peers-limit" />
90+
:::
91+
8892
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
8993

9094
To link a primary zone to a peer using the dashboard:

src/content/docs/dns/zone-setups/zone-transfers/cloudflare-as-secondary/setup.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ To create a secondary zone using the dashboard:
8181
Cloudflare will not use the REFRESH value inside the SOA record that is served by your primary provider. Instead the value of zone refresh configured for your secondary zone on Cloudflare will be used to determine the interval after which the SOA serial of the primary zone will be checked for changes.
8282
:::
8383
7. Select the peer server you [previously created](#2-create-peer-server). If needed, you can link more than one peer server to a zone.
84+
:::note
85+
<Render file="linked-peers-limit" />
86+
:::
8487
8. Click **Continue**.
8588
9. Review the list of transferred records and click **Continue**.
8689
:::note

src/content/docs/dns/zone-setups/zone-transfers/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ head:
99

1010
---
1111

12+
import { Render } from "~/components";
13+
1214
To increase availability and fault tolerance, you can use one or more DNS provider(s) alongside Cloudflare in case one provider becomes unavailable (known as a [peer DNS server](#peer-dns-server)). Your providers will then transfer DNS records between themselves using authoritative ([AXFR](https://datatracker.ietf.org/doc/html/rfc5936)) or incremental ([IXFR](https://datatracker.ietf.org/doc/html/rfc1995)) zone transfers.
1315

1416
With AXFR, the entire zone will be transferred from the primary to the secondary provider, even if only one record changes. With IXFR, only the changes will be transferred. Cloudflare supports both protocols.
@@ -22,6 +24,8 @@ With zone transfers, you have two configuration options:
2224

2325
Peer DNS servers can be used as primary and secondary external DNS servers. The same peer can be linked to multiple primary and secondary zones. Each peer can be associated with only one Transaction Signature (TSIG).
2426

27+
<Render file="linked-peers-limit" />
28+
2529
You can manage peers via the [API](/api/resources/dns/subresources/zone_transfers/subresources/peers/methods/list/) or the dashboard by going to **Manage Account** > **Configurations** > **DNS Zone Transfers**.
2630

2731
Depending on the usage of the peer, the fields are interpreted in a different way:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
{}
3+
4+
---
5+
6+
The maximum number of linked peers per zone is 30.

0 commit comments

Comments
 (0)