summaryrefslogtreecommitdiff
path: root/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html')
-rw-r--r--gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html b/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html
index 79a52f87..c60fb09c 100644
--- a/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html
+++ b/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html
@@ -12,12 +12,21 @@
<br />
<span class='quote'>Published at 2016-05-22T18:59:01+01:00</span><br />
<br />
-<h2 style='display: inline' id='background'>Background</h2><br />
-<br />
<span>Finally, I had time to deploy my authoritative DNS servers (master and slave) for my domains "buetow.org" and "buetow.zone". My domain name provider is Schlund Technologies. They allow their customers to edit the DNS records (BIND files) manually. And they also allow you to set your authoritative DNS servers for your domains. From now, I am making use of that option.</span><br />
<br />
<a class='textlink' href='http://www.schlundtech.de'>Schlund Technologies</a><br />
<br />
+<h2 style='display: inline' id='table-of-contents'>Table of Contents</h2><br />
+<br />
+<ul>
+<li><a href='#spinning-up-my-own-authoritative-dns-servers'>Spinning up my own authoritative DNS servers</a></li>
+<li>⇢ <a href='#all-freebsd-jails'>All FreeBSD Jails</a></li>
+<li>⇢ <a href='#pf-firewall'>PF firewall</a></li>
+<li>⇢ <a href='#puppet-managed-bind-zone-files'>Puppet managed BIND zone files</a></li>
+<li>⇢ <a href='#the-result'>The result</a></li>
+<li>⇢ <a href='#monitoring'>Monitoring</a></li>
+<li>⇢ <a href='#dns-update-workflow'>DNS update workflow</a></li>
+</ul><br />
<h2 style='display: inline' id='all-freebsd-jails'>All FreeBSD Jails</h2><br />
<br />
<span>To set up my authoritative DNS servers, I installed a FreeBSD Jail dedicated for DNS with Puppet on my root machine as follows:</span><br />