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
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,8 +134,8 @@ You can choose between two different scopes:
134
134
If you need to map only specific subdomains (and not all proxied DNS records) to specific IP addresses, you can use a [Subdomain setup](/dns/zone-setups/subdomain-setup/).
135
135
:::
136
136
137
-
<Tabslabels="Dashboard | API">
138
-
<TabItemlabel="dashboard"no-code="true">
137
+
<TabssyncKey="dashPlusAPI">
138
+
<TabItemlabel="Dashboard"no-code="true">
139
139
140
140
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
141
141
2. Go to **IP Addresses** > **Address Maps**.
@@ -146,7 +146,7 @@ If you need to map only specific subdomains (and not all proxied DNS records) to
146
146
7. Review the information and select **Save and Deploy**.
147
147
148
148
</TabItem>
149
-
<TabItemlabel="api"no-code="true">
149
+
<TabItemlabel="API"no-code="true">
150
150
151
151
Use the [Create Address Map](/api/resources/addressing/subresources/address_maps/methods/create/) endpoint.
152
152
@@ -157,8 +157,8 @@ Make sure you have the correct Key/Token and permissions.
157
157
158
158
## 4. Create DNS records
159
159
160
-
<Tabslabels="Dashboard | API">
161
-
<TabItemlabel="dashboard"no-code="true">
160
+
<TabssyncKey="dashPlusAPI">
161
+
<TabItemlabel="Dashboard"no-code="true">
162
162
163
163
To create a DNS record in the dashboard:
164
164
@@ -170,8 +170,7 @@ To create a DNS record in the dashboard:
170
170
6. Select **Save**.
171
171
172
172
</TabItem>
173
-
174
-
<TabItemlabel="api"no-code="true">
173
+
<TabItemlabel="API"no-code="true">
175
174
176
175
To create records with the API, use a [POST request](/api/resources/dns/subresources/records/methods/create/). For field definitions, select a record type under the request body specification.
0 commit comments