summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 19:05:01 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-01 19:05:01 +0100
commit0e0e4296f21189b6d503e7648765f86a9bb83f92 (patch)
treef5cdadd910045dee2564744a740053600f51b6f8
parent68586c04acef14f94cd00e31c8cf2c8193148666 (diff)
regenerate atom feed
-rw-r--r--content/gemtext/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi2
-rw-r--r--content/gemtext/gemfeed/atom.xml4
-rw-r--r--content/html/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html2
-rw-r--r--content/html/gemfeed/atom.xml4
-rw-r--r--content/meta/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.meta2
5 files changed, 7 insertions, 7 deletions
diff --git a/content/gemtext/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi b/content/gemtext/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi
index 7ba3b95e..44df2112 100644
--- a/content/gemtext/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi
+++ b/content/gemtext/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi
@@ -49,7 +49,7 @@ class { 'jail':
## PF firewall
-Please note that "dns.ian.buetow.org" is just the Jail name of the master DNS server (and "caprica.ian.buetow.org" the name of the Jail for the slave DNS server) and that I am using the DNS names "dns1.buetow.org" (master) and "dns2.buetow.org" (slave) for the actual service names (these are the the DNS servers visible to the public). Please also note that the IPv4 address is an internal one. I have a PF to use NAT and PAT. The DNS ports are being forwarded (TCP and UDP) to that Jail. By default all ports are blocked, so I am adding an exception rule for the IPv6 address. These are the PF rules in use:
+Please note that "dns.ian.buetow.org" is just the Jail name of the master DNS server (and "caprica.ian.buetow.org" the name of the Jail for the slave DNS server) and that I am using the DNS names "dns1.buetow.org" (master) and "dns2.buetow.org" (slave) for the actual service names (these are the the DNS servers visible to the public). Please also note that the IPv4 address is an internal one. I have a PF to use NAT and PAT. The DNS ports are being forwarded (TCP and UDP) to that Jail. By default all ports are blocked, so I am adding an exception rule for the IPv6 address as well. These are the PF rules in use:
```
% cat /etc/pf.conf
diff --git a/content/gemtext/gemfeed/atom.xml b/content/gemtext/gemfeed/atom.xml
index b0a301b8..944cb9b4 100644
--- a/content/gemtext/gemfeed/atom.xml
+++ b/content/gemtext/gemfeed/atom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2021-05-01T18:59:01+01:00</updated>
+ <updated>2021-05-01T19:05:00+01:00</updated>
<title>buetow.org feed</title>
<subtitle>Having fun with computers!</subtitle>
<link href="gemini://buetow.org/gemfeed/atom.xml" rel="self" />
@@ -43,7 +43,7 @@
<title>Spinning up my own authoritative DNS servers</title>
<link href="gemini://buetow.org/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi" />
<id>gemini://buetow.org/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.gmi</id>
- <updated>2021-05-01T18:59:01+01:00</updated>
+ <updated>2016-05-22T18:59:01+01:00</updated>
<summary>Finally, I had time to deploy my own 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 manually edit the DNS records (BIND files). And they also give you the opportunity to set your own authoritative DNS servers for your domains. From now I am making use of that option.. .....to read on please visit my site.</summary>
<author>
<name>Paul Buetow</name>
diff --git a/content/html/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html b/content/html/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html
index 1164bbf9..adb9c181 100644
--- a/content/html/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html
+++ b/content/html/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html
@@ -59,7 +59,7 @@ class { 'jail':
}
</pre>
<h2>PF firewall</h2>
-<p>Please note that "dns.ian.buetow.org" is just the Jail name of the master DNS server (and "caprica.ian.buetow.org" the name of the Jail for the slave DNS server) and that I am using the DNS names "dns1.buetow.org" (master) and "dns2.buetow.org" (slave) for the actual service names (these are the the DNS servers visible to the public). Please also note that the IPv4 address is an internal one. I have a PF to use NAT and PAT. The DNS ports are being forwarded (TCP and UDP) to that Jail. By default all ports are blocked, so I am adding an exception rule for the IPv6 address. These are the PF rules in use:</p>
+<p>Please note that "dns.ian.buetow.org" is just the Jail name of the master DNS server (and "caprica.ian.buetow.org" the name of the Jail for the slave DNS server) and that I am using the DNS names "dns1.buetow.org" (master) and "dns2.buetow.org" (slave) for the actual service names (these are the the DNS servers visible to the public). Please also note that the IPv4 address is an internal one. I have a PF to use NAT and PAT. The DNS ports are being forwarded (TCP and UDP) to that Jail. By default all ports are blocked, so I am adding an exception rule for the IPv6 address as well. These are the PF rules in use:</p>
<pre>
% cat /etc/pf.conf
.
diff --git a/content/html/gemfeed/atom.xml b/content/html/gemfeed/atom.xml
index 9b62f9a5..c8edf2e8 100644
--- a/content/html/gemfeed/atom.xml
+++ b/content/html/gemfeed/atom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2021-05-01T18:59:01+01:00</updated>
+ <updated>2021-05-01T19:05:00+01:00</updated>
<title>buetow.org feed</title>
<subtitle>Having fun with computers!</subtitle>
<link href="https://buetow.org/gemfeed/atom.xml" rel="self" />
@@ -43,7 +43,7 @@
<title>Spinning up my own authoritative DNS servers</title>
<link href="https://buetow.org/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html" />
<id>https://buetow.org/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.html</id>
- <updated>2021-05-01T18:59:01+01:00</updated>
+ <updated>2016-05-22T18:59:01+01:00</updated>
<summary>Finally, I had time to deploy my own 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 manually edit the DNS records (BIND files). And they also give you the opportunity to set your own authoritative DNS servers for your domains. From now I am making use of that option.. .....to read on please visit my site.</summary>
<author>
<name>Paul Buetow</name>
diff --git a/content/meta/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.meta b/content/meta/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.meta
index 7ff91718..b688ca97 100644
--- a/content/meta/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.meta
+++ b/content/meta/gemfeed/2016-05-22-spinning-up-my-own-authoritative-dns-servers.meta
@@ -1,4 +1,4 @@
-local meta_date=2021-05-01T18:59:01+01:00
+local meta_date=2016-05-22T18:59:01+01:00
local meta_author="Paul Buetow"
local meta_email=comments@mx.buetow.org
local meta_title="Spinning up my own authoritative DNS servers"