octodns.zone.srv
Classes
|
Checks that SRV records do not point to targets that are CNAMEs within the same zone. |
|
Checks that |
- class octodns.zone.srv.SrvTargetNotCnameZoneValidator(id, sets=None)[source]
Bases:
ZoneValidatorChecks that SRV records do not point to targets that are CNAMEs within the same zone. Per RFC 2782, the SRV target must be an A/AAAA record, not a CNAME.
- class octodns.zone.srv.SrvTargetResolvableInZoneZoneValidator(id, sets=None)[source]
Bases:
ZoneValidatorChecks that
SRVtargets pointing to targets within the same zone have corresponding address records.