We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b2d60 commit d2d981cCopy full SHA for d2d981c
lib/github-pages-health-check/domain.rb
@@ -89,7 +89,7 @@ class Domain < Checkable
89
90
HASH_METHODS = %i[
91
host uri nameservers dns_resolves? proxied? cloudflare_ip?
92
- fastly_ip? old_ip_address? a_record? aaaa_record? cname_record?
+ fastly_ip? old_ip_address? a_record? aaaa_record? aaaa_record_present? cname_record?
93
mx_records_present? valid_domain? apex_domain? should_be_a_record?
94
cname_to_github_user_domain? cname_to_pages_dot_github_dot_com?
95
cname_to_fastly? pointed_to_github_pages_ip?
0 commit comments