Skip to content

Commit d2d981c

Browse files
authored
Add aaaa_record_present? to check results
1 parent d5b2d60 commit d2d981c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github-pages-health-check/domain.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class Domain < Checkable
8989

9090
HASH_METHODS = %i[
9191
host uri nameservers dns_resolves? proxied? cloudflare_ip?
92-
fastly_ip? old_ip_address? a_record? aaaa_record? cname_record?
92+
fastly_ip? old_ip_address? a_record? aaaa_record? aaaa_record_present? cname_record?
9393
mx_records_present? valid_domain? apex_domain? should_be_a_record?
9494
cname_to_github_user_domain? cname_to_pages_dot_github_dot_com?
9595
cname_to_fastly? pointed_to_github_pages_ip?

0 commit comments

Comments
 (0)