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
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
+
<TabItemlabel="API">
34
+
20
35
<Renderfile="internal-zone-create" />
21
36
37
+
</TabItem> </Tabs>
38
+
22
39
## Other actions
23
40
24
41
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