commit 5d9097ae9135d085e6dcec5cc15b1faf17d37489
parent fe7e5cecf3ef2cc5d2f01405bd51e5f974607d64
author: nathanael <nathanael@dalliard.ch>
date: Fri, 24 Oct 2025 14:54:07 +0000
s0: add dnssec for bw
diffstat:
4 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/s0/dnsfiles/bw.zone b/s0/dnsfiles/bw.zone
@@ -1,7 +1,7 @@
$ORIGIN bitcoinwallis.ch.
-$TTL 300
+$TTL 75600
@ SOA ns1.dalliard.ch. nathanael.dalliard.ch. (
- 2025102300 ; serial
+ 2025102402 ; serial
14400 ; refresh
3600 ; retry
605800 ; expire
diff --git a/s0/dnsfiles/bwd.zone b/s0/dnsfiles/bwd.zone
@@ -1,7 +1,7 @@
$ORIGIN bitcoin-wallis.ch.
-$TTL 300
+$TTL 75600
@ SOA ns1.dalliard.ch. nathanael.dalliard.ch. (
- 2025102301 ; serial
+ 2025102402 ; serial
14400 ; refresh
3600 ; retry
605800 ; expire
diff --git a/s0/dnsfiles/nsd.conf b/s0/dnsfiles/nsd.conf
@@ -12,8 +12,8 @@ zone:
zone:
name: bitcoinwallis.ch
- zonefile: master/%s
+ zonefile: master/%s.signed
zone:
name: bitcoin-wallis.ch
- zonefile: master/%s
+ zonefile: master/%s.signed
diff --git a/s0/scripts/dnsfiles.sh b/s0/scripts/dnsfiles.sh
@@ -13,5 +13,7 @@ doas install -o root -g _nsd -m 644 "$src/bw.zone" "/var/nsd/zones/master/bitcoi
doas install -o root -g _nsd -m 644 "$src/bwd.zone" "/var/nsd/zones/master/bitcoin-wallis.ch"
./scripts/dnssec.sh dalliard.ch
+./scripts/dnssec.sh bitcoinwallis.ch
+./scripts/dnssec.sh bitcoin-wallis.ch
doas rdist -f "$src/distfile" -p "/usr/bin/doas /usr/bin/rdistd -S"