Skip to content

Commit 6a3fb36

Browse files
Fix indentation within codeblock
1 parent 49bd408 commit 6a3fb36

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/content/docs/dns/nameservers/custom-nameservers/account-custom-nameservers.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ Cloudflare will assign an IPv4 and an IPv6 address to each ACNS name.
6969
To make these ACNS the default nameservers for all new zones added to your account from now on, use the endpoint [Update DNS Settings for an Account](/api/operations/dns-settings-for-an-account-update-dns-settings). Within the `zone_defaults` object, set the following:
7070

7171
```txt
72-
"zone_defaults": {
73-
"nameservers": {
74-
"type": "custom.account"
75-
}
76-
}
72+
"zone_defaults": {
73+
"nameservers": {
74+
"type": "custom.account"
75+
}
76+
}
7777
```
7878

7979
## Disable account custom nameservers

src/content/docs/dns/nameservers/custom-nameservers/tenant-custom-nameservers.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ If the parameter `ns_set` is omitted, the default set `1` will be assigned.
5858
To make these TCNS the default namerservers for all new zones added to your account from now on, use the endpoint [Update DNS Settings for an Account](/api/operations/dns-settings-for-an-account-update-dns-settings). Within the `zone_defaults` object, set the following:
5959

6060
```txt
61-
"zone_defaults": {
62-
"nameservers": {
63-
"type": "custom.tenant"
64-
}
65-
}
61+
"zone_defaults": {
62+
"nameservers": {
63+
"type": "custom.tenant"
64+
}
65+
}
6666
```
6767
### Disable tenant custom nameservers on a zone
6868

0 commit comments

Comments
 (0)