Skip to content

Commit 2184893

Browse files
Add Dash steps for internal zone creation
1 parent 8c29672 commit 2184893

File tree

1 file changed

+18
-1
lines changed
  • src/content/docs/dns/internal-dns/internal-zones

1 file changed

+18
-1
lines changed

src/content/docs/dns/internal-dns/internal-zones/setup.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 2
66
---
77

8-
import { Example, Render } from "~/components";
8+
import { Example, Render, Tabs, TabItem } from "~/components";
99

1010
Refer to the following sections to learn how to manage your [internal DNS zones](/dns/internal-dns/internal-zones/).
1111

@@ -17,8 +17,25 @@ When setting up internal zones, observe the following conditions:
1717

1818
## Create an internal zone
1919

20+
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
21+
22+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select an account.
23+
2. Go to **Internal DNS** and select **Create an internal zone**.
24+
3. Give your internal zone a descriptive name, observing the [configuration conditions](#configuration-conditions).
25+
4. Add DNS records to your internal zone using your preferred option:
26+
- [Import]((/dns/manage-dns-records/how-to/import-and-export/)) a formatted BIND file.
27+
- Select **Add a record** > **Create** under the selected record type and **Save record** after filling in the required fields. Refer to [DNS record types](/dns/manage-dns-records/reference/dns-record-types/) for details.
28+
:::note
29+
Creating multiple internal DNS records in batch is currently only supported via API.
30+
:::
31+
32+
</TabItem>
33+
<TabItem label="API">
34+
2035
<Render file="internal-zone-create" />
2136

37+
</TabItem> </Tabs>
38+
2239
## Other actions
2340

2441
The API endpoints to manage internal zones are the same as for managing public zones. The main difference is that the zone type must be set to `internal`. Refer to the API documentation below for details:

0 commit comments

Comments
 (0)