Sha256: 038959fe1fc422dc74b4065ecb08091f7fc152ea8ffaee1521e7d0e9be791d5a

Contents?: true

Size: 441 Bytes

Versions: 35

Compression:

Stored size: 441 Bytes

Contents

# frozen_string_literal: true

module GitHubPages
  module HealthCheck
    # Instance of the Fastly CDN for checking IP ownership
    # Specifically not namespaced to avoid a breaking change
    class Fastly < CDN
      # Fastly maps used by GitHub Pages.
      HOSTNAMES = %w(
        github.map.fastly.net
        github.map.fastly.net.
        sni.github.map.fastly.net
        sni.github.map.fastly.net.
      ).freeze
    end
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
github-pages-health-check-1.18.5 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.18.4 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.18.2 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.18.1 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.18.0 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.17.9 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.17.8 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.17.7 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.17.6 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.17.2 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.17.1 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.17.0 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.16.1 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.16.0 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.15.0 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.14.0 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.13.0 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.12.0 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.11.1 lib/github-pages-health-check/cdns/fastly.rb
github-pages-health-check-1.11.0 lib/github-pages-health-check/cdns/fastly.rb