summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-06-29 10:15:25 +0300
committerPaul Buetow <paul@buetow.org>2023-06-29 10:15:25 +0300
commit390361bd10736138346b0a581d2ad4e62958c1be (patch)
treefb6c6409566a8e97071b498df3b040f43e67c14f
parent8c15c2ba64aafddcd413270781af57f2f94bf5ac (diff)
add snonux.foo
-rw-r--r--frontends/Rexfile2
-rw-r--r--frontends/var/nsd/zones/master/snonux.foo.zone.tpl18
2 files changed, 19 insertions, 1 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index 3d7da95..3d7a4a1 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -78,7 +78,7 @@ our $filewalk = sub {
# The secret store. Note to myself: "geheim cat rexfilesecrets.txt"
our $secrets = sub { read_file './secrets/' . shift };
-our @dns_zones = qw/buetow.org dtail.dev foo.zone irregular.ninja snonux.land paul.cyou/;
+our @dns_zones = qw/buetow.org dtail.dev foo.zone irregular.ninja snonux.land snonux.foo paul.cyou/;
our @dns_zones_remove = qw//;
our @acme_hosts = qw/buetow.org paul.buetow.org tmp.buetow.org dory.buetow.org fotos.buetow.org footos.buetow.org znc.buetow.org dtail.dev foo.zone irregular.ninja snonux.land paul.cyou/;
diff --git a/frontends/var/nsd/zones/master/snonux.foo.zone.tpl b/frontends/var/nsd/zones/master/snonux.foo.zone.tpl
new file mode 100644
index 0000000..b057f20
--- /dev/null
+++ b/frontends/var/nsd/zones/master/snonux.foo.zone.tpl
@@ -0,0 +1,18 @@
+$ORIGIN snonux.foo.
+$TTL 4h
+@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. (
+ <%= time() %> ; serial
+ 1h ; refresh
+ 30m ; retry
+ 7d ; expire
+ 1h ) ; negative
+ IN NS blowfish.buetow.org.
+ IN NS fishfinger.buetow.org.
+
+ IN MX 10 blowfish.buetow.org.
+ IN MX 20 fishfinger.buetow.org.
+
+ 1800 IN A 23.88.35.144
+ 1800 IN AAAA 2a01:4f8:c17:20f1::42
+* 1800 IN CNAME blowfish.buetow.org.
+www 1800 IN CNAME fishfinger.buetow.org.