Skip to content

Instantly share code, notes, and snippets.

@scottatron
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottatron/729d674d3e6e8a21c5df to your computer and use it in GitHub Desktop.
Save scottatron/729d674d3e6e8a21c5df to your computer and use it in GitHub Desktop.
rubygems.org hosts file entries to work around DNSimple DDOS outage
source 'https://rubygems.org' # I needed to make sure this was *https*
## Temporary work around while DNSimple DDOS is ongoing
199.91.171.93 bb-m.rubygems.org au-m.rubygems.org
54.186.104.15 api.rubygems.org rubygems.org
# I'm based in Australia so the au-m.rubygems.org was required
# for this to work for me. I'm unsure of other edge location
# hostnames so YMMV.
#
# Sources:
# https://twitter.com/rubygems_status/status/539513292105187328
# http://pastie.org/9754815#2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment