class GitHubPages::HealthCheck::Errors::InvalidAAAARecordError

Constants

DOCUMENTATION_PATH

Public Instance Methods

message() click to toggle source
# File lib/github-pages-health-check/errors/invalid_aaaa_record_error.rb, line 9
        def message
          <<-MSG
          Your site's DNS settings are using a custom subdomain, #{domain.host},
          that's set up as an AAAA record. We recommend you change this to a CNAME
          record pointing at #{username}.github.io.
          MSG
        end