Skip to content

Instantly share code, notes, and snippets.

@agustibr
Created July 3, 2013 10:50
Show Gist options
  • Save agustibr/5916990 to your computer and use it in GitHub Desktop.
Save agustibr/5916990 to your computer and use it in GitHub Desktop.
tumblr dns warning
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="http://assets.tumblr.com/images/favicon.gif?2" type="image/gif"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="x-dns-prefetch-control" content="off"/>
<meta name="robots" content="noindex"/>
<link rel="stylesheet" href="http://assets.tumblr.com/stylesheets/compressed/status_blue.css?2" type="text/css" media="screen" charset="utf-8">
<title>Incorrect DNS Entry.</title>
</head>
<body>
<table height="100%" width="100%">
<tr>
<td align="center" valign="middle">
<div id="container">
<h1 id="l10n_title">We're Sorry.</h1>
<div class="sorry">
<p id="l10n_sorry_1">
This domain’s A-record is incorrect.
You need to change your domain’s A-record to: 66.6.44.4
</p>
<p id="l10n_sorry_2">
For more information on how to use custom domains, <a href="http://www.tumblr.com/docs/en/custom_domains">click here.</a>
</p>
</div>
</div>
</td>
</tr>
</table>
<script type="text/javascript">
if (top != self) document.body.style.background = 'transparent';
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment