You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/byoip/service-bindings/magic-transit-with-cdn.mdx
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ You can periodically check the service binding status using the [List Service Bi
120
120
121
121
## 3. Create address maps
122
122
123
-
Once you have configured your IPs to have CDN service, you can use <GlossaryTooltipterm="address map"link="/byoip/address-maps/">address maps</GlossaryTooltip> to specify which IPs should be used by Cloudflare in DNS responses when a record is [proxied](/dns/manage-dns-records/reference/proxied-dns-records/#proxied-records).
123
+
Once you have configured your IPs to have CDN service, you can use <GlossaryTooltipterm="address map"link="/byoip/address-maps/">address maps</GlossaryTooltip> to specify which IPs should be used by Cloudflare in DNS responses when a record is <GlossaryTooltipterm="proxy status"link="/dns/manage-dns-records/reference/proxied-dns-records/#proxied-records">proxied</GlossaryTooltip>.
124
124
125
125
You can choose between two different scopes:
126
126
@@ -163,8 +163,8 @@ To create a DNS record in the dashboard:
163
163
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select an account and domain.
164
164
2. Go to **DNS** > **Records**.
165
165
3. Select **Add record**.
166
-
4. Choose an address (`A`/`AAAA`) record [**Type**](/dns/manage-dns-records/reference/dns-record-types/).
167
-
5. Complete the required fields, indicating an IP address that has CDN service binding and setting the proxy status to **proxied**.
166
+
4. Choose an address (`A`/`AAAA`) [record type](/dns/manage-dns-records/reference/dns-record-types/).
167
+
5. Complete the required fields, setting the **Proxy status** to **proxied**.
168
168
6. Select **Save**.
169
169
170
170
</TabItem>
@@ -200,6 +200,18 @@ At this point, if an address map for a zone `example.com` specifies that Cloudfl
200
200
201
201
</Details>
202
202
203
+
Having the same IP address as ingress IP (defined in the address map) and origin IP (listed in the DNS record) will not cause any loops.
204
+
205
+
<Detailsheader="Example" >
206
+
207
+
Assuming `203.0.113.100` was also the origin IP, the DNS record would look like the following:
0 commit comments