Skip to content

Instantly share code, notes, and snippets.

@benarent
Last active August 29, 2015 14:10
Show Gist options
  • Save benarent/4294d6e620ec5ec6239e to your computer and use it in GitHub Desktop.
Save benarent/4294d6e620ec5ec6239e to your computer and use it in GitHub Desktop.
Temporary direct IP access to Airbrake.io

As part of our current DNS outage https://twitter.com/airbrake/status/539542662110384130; We are providing these instructions to get access to airbrake.io UI.

Since api.airbrake.io is hosted on DNSimple; sending of errors will be stopped on some machines. We are still seeing a lot of traffic come in, but you can update your config to point to below IP too.

For insturcitons on how to update /etc/hosts with the below.

104.130.92.120 airbrake.io
104.130.92.120 [your-account-subdomain].airbrake.io

Save, and then refresh your browser.

For instructions on how to update a host file please see this article. http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file

@phumpal
Copy link

phumpal commented Dec 1, 2014

If you're on OS X (and depending on version) I would also recommend running

sudo dscacheutil -flushcache

or

sudo killall -HUP mDNSResponder

after editing your /etc/hosts

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