diff options
| author | Paul Buetow <paul@buetow.org> | 2024-08-26 23:07:44 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-08-26 23:07:44 +0300 |
| commit | 9bb115af8b870e1171356ef3a7b3ddfff8dedd4f (patch) | |
| tree | 07592f7ddfe903dcde9c54da05b0fbe4ec1bdf22 /gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.md | |
| parent | 238eb92c1f28ecb4d44089b230f3345eecdc1af0 (diff) | |
Update content for md
Diffstat (limited to 'gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.md')
| -rw-r--r-- | gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.md b/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.md index b320bbab..23a30ce2 100644 --- a/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.md +++ b/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.md @@ -2,12 +2,20 @@ > Published at 2016-05-22T18:59:01+01:00 -## Background - 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. [Schlund Technologies](http://www.schlundtech.de) +## Table of Contents + +* [⇢ Spinning up my own authoritative DNS servers](#spinning-up-my-own-authoritative-dns-servers) +* [⇢ ⇢ All FreeBSD Jails](#all-freebsd-jails) +* [⇢ ⇢ PF firewall](#pf-firewall) +* [⇢ ⇢ Puppet managed BIND zone files](#puppet-managed-bind-zone-files) +* [⇢ ⇢ The result](#the-result) +* [⇢ ⇢ Monitoring](#monitoring) +* [⇢ ⇢ DNS update workflow](#dns-update-workflow) + ## All FreeBSD Jails To set up my authoritative DNS servers, I installed a FreeBSD Jail dedicated for DNS with Puppet on my root machine as follows: |
