Skip to content

Instantly share code, notes, and snippets.

@mathie
Forked from dennisreimann/rubygems_dns_failover
Created June 8, 2010 12:15
Show Gist options
  • Save mathie/429924 to your computer and use it in GitHub Desktop.
Save mathie/429924 to your computer and use it in GitHub Desktop.
# rubygems DNS is temporarily down, if you're using ghost to manage local DNS
# munging, run the following:
ghost add rubygems.org 72.4.120.124
ghost add production.s3.rubygems.org 207.171.181.231
ghost add production.cf.rubygems.org 216.137.45.24
# Don't forget to clear them out afterwards with:
# ghost delete_matching rubygems.org
@dennisreimann
Copy link

nice :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment