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 | fa3426b5d9ac9eeccaea3aa7e4eb44e1fa2eab65 (patch) | |
| tree | f391aa531e8837ffe3ef0601d2a3aa8135c9fcca /gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi | |
| parent | 87d2c5cdd30fbed688eeac23e173398e95edda10 (diff) | |
Update content for gemtext
Diffstat (limited to 'gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi')
| -rw-r--r-- | gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi b/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi index 41ae6512..6bcd8948 100644 --- a/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi +++ b/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi @@ -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. => http://www.schlundtech.de Schlund Technologies +## Table of Contents + +* ⇢ Spinning up my own authoritative DNS servers +* ⇢ ⇢ All FreeBSD Jails +* ⇢ ⇢ PF firewall +* ⇢ ⇢ Puppet managed BIND zone files +* ⇢ ⇢ The result +* ⇢ ⇢ Monitoring +* ⇢ ⇢ 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: |
