class GitHubPages::HealthCheck::Errors::DeprecatedIPError

Constants

DOCUMENTATION_PATH

Public Instance Methods

message() click to toggle source
# File lib/github-pages-health-check/errors/deprecated_ip_error.rb, line 9
        def message
          <<-MSG
            The custom domain for your GitHub Pages site is pointed at an outdated IP address.
            You must update your site's DNS records if you'd like it to be available via your custom domain.
          MSG
        end