<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Progress on Miek Gieben</title>
    <link>https://miek.nl/tags/progress/</link>
    <description>Recent content in Progress on Miek Gieben</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>© Copyright 2007-2024 Miek Gieben</copyright>
    <lastBuildDate>Mon, 28 Mar 2016 21:47:02 +0100</lastBuildDate>
    <atom:link href="https://miek.nl/tags/progress/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Almost ready to dogfood CoreDNS</title>
      <link>https://miek.nl/2016/march/28/almost-ready-to-dogfood-coredns/</link>
      <pubDate>Mon, 28 Mar 2016 21:47:02 +0100</pubDate>
      <guid>https://miek.nl/2016/march/28/almost-ready-to-dogfood-coredns/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://github.com/miekg/coredns&#34;&gt;CoreDNS&lt;/a&gt; is gaining more and more features, and&#xA;bug &lt;a href=&#34;https://github.com/miekg/coredns/issues/15&#34;&gt;#15, allowing CoreDNS to replace BIND9 in my home&#xA;setup&lt;/a&gt;, is almost attainable. With a pre-signed&#xA;DNSSEC zone (I just use CRON, don&amp;rsquo;t do key rollovers) and the following Corefile, CoreDNS is acting&#xA;standards compliant already:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;.:1053 {&#xA;    errors stdout&#xA;    log stdout&#xA;    file miek.nl.signed miek.nl {&#xA;        transfer out&#xA;    }&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Start it, query it:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-txt&#34; data-lang=&#34;txt&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;% dig @localhost -p 1053 SOA miek.nl +short&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;linode.atoom.net. miek.miek.nl. 1459138381 14400 3600 604800 14400&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;em&gt;And!&lt;/em&gt; DNSSEC:&lt;/p&gt;</description>
    </item>
    <item>
      <title>SkyDNS in CoreDNS</title>
      <link>https://miek.nl/2016/march/24/skydns-in-coredns/</link>
      <pubDate>Thu, 24 Mar 2016 18:31:18 +0000</pubDate>
      <guid>https://miek.nl/2016/march/24/skydns-in-coredns/</guid>
      <description>&lt;p&gt;The &lt;a href=&#34;https://github.com/miekg/coredns/tree/master/middleware/etcd&#34;&gt;etcd middleware&lt;/a&gt; is shaping&#xA;up nicely. With the following &lt;code&gt;Corefile&lt;/code&gt; you already have a big chunk of the SkyDNS funcionality:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;.:1053 {&#xA;    errors&#xA;    etcd skydns.local&#xA;    proxy . 8.8.8.8:53&#xA;}&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Which says, run on port 1053, accept queries for &lt;em&gt;all&lt;/em&gt; zones, if the zone matches &lt;code&gt;skydns.local.&lt;/code&gt; go look&#xA;in etcd, if it doesn&amp;rsquo;t forward to GOOG. Multiple zones should work as well, but this is not tested&#xA;as of yet.&lt;/p&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s test this &lt;a href=&#34;https://github.com/skynetservices/skydns/blob/master/README.md&#34;&gt;with the examples from SkyDNS&#39;&#xA;README&lt;/a&gt;. Let&amp;rsquo;s add all the &lt;code&gt;rails&lt;/code&gt;&#xA;production sites. (Why does this use rails btw?)&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
