summaryrefslogtreecommitdiff
path: root/openbsd/frontends/var
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-02-12 21:28:18 +0000
committerPaul Buetow <paul@buetow.org>2022-02-12 21:28:18 +0000
commitedc750dae7a53cda808a552bb1603b4ec2bdb036 (patch)
tree73b21984f6c814f5a95dfd7bf8a86d5b61a8eace /openbsd/frontends/var
parent0979b9bb314dba2c879049a681d72f5de74298da (diff)
add sidewalk.ninja
Diffstat (limited to 'openbsd/frontends/var')
-rw-r--r--openbsd/frontends/var/nsd:blowfish/etc/nsd.conf6
-rw-r--r--openbsd/frontends/var/nsd:blowfish/zones/master/sidewalk.ninja.zone18
-rw-r--r--openbsd/frontends/var/nsd:twofish/etc/nsd.conf5
3 files changed, 29 insertions, 0 deletions
diff --git a/openbsd/frontends/var/nsd:blowfish/etc/nsd.conf b/openbsd/frontends/var/nsd:blowfish/etc/nsd.conf
index d95a168..920e9a2 100644
--- a/openbsd/frontends/var/nsd:blowfish/etc/nsd.conf
+++ b/openbsd/frontends/var/nsd:blowfish/etc/nsd.conf
@@ -41,6 +41,12 @@ zone:
provide-xfr: 108.160.134.135 blowfish.buetow.org
zone:
+ name: "sidewalk.ninja"
+ zonefile: "master/sidewalk.ninja.zone"
+ notify: 108.160.134.135 blowfish.buetow.org
+ provide-xfr: 108.160.134.135 blowfish.buetow.org
+
+zone:
name: "snonux.me"
zonefile: "master/snonux.me.zone"
notify: 108.160.134.135 blowfish.buetow.org
diff --git a/openbsd/frontends/var/nsd:blowfish/zones/master/sidewalk.ninja.zone b/openbsd/frontends/var/nsd:blowfish/zones/master/sidewalk.ninja.zone
new file mode 100644
index 0000000..97174a8
--- /dev/null
+++ b/openbsd/frontends/var/nsd:blowfish/zones/master/sidewalk.ninja.zone
@@ -0,0 +1,18 @@
+$ORIGIN sidewalk.ninja.
+$TTL 4h
+@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. (
+ 2022011707 ; serial
+ 1h ; refresh
+ 30m ; retry
+ 7d ; expire
+ 1h ) ; negative
+ IN NS blowfish.buetow.org.
+ IN NS twofish.buetow.org.
+
+ IN MX 10 buetow.org.
+ IN MX 20 www.buetow.org.
+
+ 86400 IN A 23.88.35.144
+ 86400 IN AAAA 2a01:4f8:c17:20f1::42
+* 86400 IN CNAME blowfish.buetow.org.
+www 86400 IN CNAME twofish.buetow.org.
diff --git a/openbsd/frontends/var/nsd:twofish/etc/nsd.conf b/openbsd/frontends/var/nsd:twofish/etc/nsd.conf
index 3ce547a..8922730 100644
--- a/openbsd/frontends/var/nsd:twofish/etc/nsd.conf
+++ b/openbsd/frontends/var/nsd:twofish/etc/nsd.conf
@@ -35,6 +35,11 @@ zone:
request-xfr: 23.88.35.144 blowfish.buetow.org
zone:
+ name: "sidewalk.ninja"
+ allow-notify: 23.88.35.144 blowfish.buetow.org
+ request-xfr: 23.88.35.144 blowfish.buetow.org
+
+zone:
name: "snonux.me"
allow-notify: 23.88.35.144 blowfish.buetow.org
request-xfr: 23.88.35.144 blowfish.buetow.org