Skip to content

feat(domain): report if an SOA record exists for a domain #130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

jcudit
Copy link
Contributor

@jcudit jcudit commented May 25, 2021

In #127 we take the approach to abstract SOA record checking from callers to apex_domain?. Existing callers make assumptions around this value not being a subdomain so we may introduce bugs by adding additional logic to the function.

This PR instead exposes the new dns_zone_soa? method so that callers can take both pieces of information into account when deciding how to handle cases where subdomains behave like apex domains by having SOA records published.

See also #129 for previous reviews.

@jcudit jcudit closed this May 25, 2021
@jcudit jcudit deleted the report-soa branch May 25, 2021 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant