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: openapi.yaml
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -20645,18 +20645,17 @@ components:
20645
20645
type: string
20646
20646
format: ip
20647
20647
description: >
20648
-
The IP addresses representing the master DNS for this Domain. At least one value is
20649
-
required for `type` slave Domains.
20648
+
The IP addresses representing the master DNS for this Domain. At least one value is required for `type` slave Domains. The total combined length of all data within this array cannot exceed 1000 characters.
20650
20649
example: []
20651
20650
axfr_ips:
20652
20651
type: array
20653
20652
items:
20654
20653
type: string
20655
20654
format: ip
20656
-
description: >
20657
-
The list of IPs that may perform a zone transfer for this Domain.
20658
-
This is potentially dangerous, and should be set to an empty list
20659
-
unless you intend to use it.
20655
+
description: |
20656
+
The list of IPs that may perform a zone transfer for this Domain. The total combined length of all data within this array cannot exceed 1000 characters.
20657
+
20658
+
**Note**: This is potentially dangerous, and should be set to an empty list unless you intend to use it.
0 commit comments