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
@@ -20707,18 +20707,17 @@ components:
20707
20707
type: string
20708
20708
format: ip
20709
20709
description: >
20710
-
The IP addresses representing the master DNS for this Domain. At least one value is
20711
-
required for `type` slave Domains.
20710
+
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.
20712
20711
example: []
20713
20712
axfr_ips:
20714
20713
type: array
20715
20714
items:
20716
20715
type: string
20717
20716
format: ip
20718
-
description: >
20719
-
The list of IPs that may perform a zone transfer for this Domain.
20720
-
This is potentially dangerous, and should be set to an empty list
20721
-
unless you intend to use it.
20717
+
description: |
20718
+
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.
20719
+
20720
+
**Note**: This is potentially dangerous, and should be set to an empty list unless you intend to use it.
0 commit comments