Skip to content

Instantly share code, notes, and snippets.

@edward
Created November 9, 2012 18:22
Show Gist options
  • Save edward/4047331 to your computer and use it in GitHub Desktop.
Save edward/4047331 to your computer and use it in GitHub Desktop.
$ dig +nocmd +noall +answer @4.2.2.1 assets.sinelabs.com CNAME
assets.sinelabs.com. 86400 IN CNAME assetsapp-h5u33nqa.dotcloud.com.
$ ruby -e 'puts 86400 / 3600.0'
24.0
They have a 1 day expiration time on the CNAME. If they updated it yesterday less than 24 hours ago, then they just need to wait.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment