Documentation ¶
Overview ¶
Package namedotcom implements a registrar that uses the name.com api to set name servers. It will self register it's providers when imported.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuditRecords ¶ added in v3.8.0
func AuditRecords(records []*models.RecordConfig) []error
AuditRecords returns a list of errors corresponding to the records that aren't supported by this provider. If all records are supported, an empty list is returned.
func MaxLengthNDC ¶ added in v3.8.0
func MaxLengthNDC(rc *models.RecordConfig) error
MaxLengthNDC returns and error if the sum of the strings are longer than permitted by NDC. Sadly their length limit is undocumented. This seems to work.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.