CINXE.COM
DNS Kitchen
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>DNS Kitchen</title> <meta property="title" content="DNS Kitchen"> <meta property="description" content="DNS Kitchen is an experimental service that aims to make DNS hosting easy and fun. Wish us luck!"> <meta name="theme-color" content="#333"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/style.css?v=1739802490.3577"> </head> <body class="theme-cookbook"> <main> <section class="full"> <div class="top_bit"> <h1 class="flush"><a href="/"><i class="icon fa-solid fa-user-chef"></i>DNS Kitchen</a></h1> </div> <div class="hamburger"> <a href="#navigation"><i class="fa-solid fa-cheeseburger"></i></a> </div> </section> <section> <div class="box full transparent black-fg"> <h2>The Cookbook</h2> <p>We鈥檙e building a cookbook for DNS. It鈥檚 gonna have all kinds of great stuff, eventually!</p> </div> <div class="box"> <h2>Glossary</h2> <p>Coming soon!</p> </div> <div class="box"> <h2>Knowledge</h2> <p>Also coming soon!</p> </div> <div class="box full"> <h2>Recipes</h2> <p>Use these recipes to make your DNS more awesome than it already is (which is pretty awesome!).</p> <p>(There鈥檚 only one recipe so far, lol.)</p> </div> <div class="box gray-3-bg gray-9-fg" id="no_email"> <h3>Protect a domain that doesn鈥檛 send or receive email</h3> <p>This recipe adds some protection to a domain that isn鈥檛 being used for email. It consists of these DNS records:</p> <ul class="recipe-details"> <li><span class="rr mx">MX</span> A null MX record that prevents any email sent to the domain from being delivered to any mail server <a class="rfc" href="https://www.rfc-editor.org/rfc/rfc7505.html"><i class="fa-solid fa-fw fa-file-lines"></i> RFC 7505</a></li> <li><span class="rr txt">TXT</span> An SPF record that indicates that there are no IP addresses or domains allowed to send email, and to reject any such email <a class="rfc" href="https://www.rfc-editor.org/rfc/rfc7208.html"><i class="fa-solid fa-fw fa-file-lines"></i> RFC 7208</a></li> <li><span class="rr txt">TXT</span> A DKIM record without a public key, which will cause DKIM lookups to fail and trigger the DMARC policy below</li> <li><span class="rr txt">TXT</span> A DMARC record that instructs mail services to reject any emails for which SPF and DKIM fail</li> </ul> <p><i class="fa-solid fa-fw fa-wand-magic-sparkles"></i> <a href="/sign-in">Sign in</a> to apply this recipe to your own zone!</p></div> <div class="box gray-3-bg gray-9-fg" id="micro_blog"> <h3>Use your domain with Micro.blog</h3> <p>This recipe configures your domain (or, if you prefer, a subdomain) for use with Micro.blog. It adds one or both of these records:</p> <ul class="recipe-details"> <li><span class="rr a">A</span> An A record that points to 104.200.22.214, which is Micro.blog鈥檚 server</li> <li><span class="rr cname">CNAME</span> A CNAME record that works with your Micro.blog page</li> <!-- https://help.micro.blog/t/custom-domain-names/53 --> </ul> <p><i class="fa-solid fa-fw fa-wand-magic-sparkles"></i> <a href="/sign-in">Sign in</a> to apply this recipe to your domain!</p></div> </section> <footer id="footer"> <nav id="navigation"> <span id="hamburger-close"><a href="#top"><i class="fa-solid fa-fw fa-circle-up"></i></a></span> <h2 class="centered"><i class="fa-solid fa-signs-post"></i> Navigation</h2> <ul> <li><a href="/"><i class="fa-solid fa-fw fa-home mrp2"></i> Home</a></li> <li><a href="/cookbook"><i class="fa-solid fa-fw fa-book-sparkles mrp2"></i> Cookbook</a></li> <li><a href="/sign-up"><i class="fa-solid fa-fw fa-circle-star mrp2"></i> Sign up</a></li> <li><a href="/sign-in"><i class="fa-solid fa-fw fa-right-to-bracket mrp2"></i> Sign in</a></li> <li><a href="#top"><i class="fa-solid fa-fw fa-up"></i><span class="top_thing">Back to top</span><i class="fa-solid fa-fw fa-up"></i></a></li> </ul> </nav> <section> <div class="box full"> <p><i class="fa-solid fa-fw fa-comment"></i> Join the DNS community on <a href="/discord">Discord</a> or <a href="/matrix">Matrix</a>!</p> <p><i class="fa-brands fa-fw fa-mastodon"></i> Or follow Chef on <a rel="me" href="https://social.lol/@chef">Mastodon</a>! </p> <p><small>(Or do both!)</small></p> </div> <div class="box full"> <p>DNS Kitchen was cooked up by <a href="https://neatnik.net">Neatnik</a>.</p> <p><small>© 2023 Neatnik LLC. All rights reserved.</small></p> </div> <div class="box full"> <p class="always">It鈥檚 always DNS. <i class="fa-solid fa-face-swear"></i></p> </div> </section> </footer> </main> </body> </html>