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