Skip to content
This repository was archived by the owner on Dec 23, 2019. It is now read-only.

Commit 4bde2c7

Browse files
committed
remove TTL hack
Apparently the zone was still configured for inline signing but had no keys, or something? (Or the .jnl file is messed up.) I adjusted the db path in named.conf to the raw zonefile.
1 parent 34d5007 commit 4bde2c7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
reload:
22
@scripts/check && sudo rndc reload
3-
@ssh root@wolke rndc retransfer cluenet.org
3+
#@ssh root@wolke rndc retransfer cluenet.org
44

55
check:
66
@scripts/check

cluenet.org.db

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ORIGIN cluenet.org.
33
$TTL 30m
44

55
@ SOA virgule hostmaster (
6-
1400 ; serial
6+
1401 ; serial
77
1h ; refresh
88
15m ; retry
99
14d ; expire
@@ -12,7 +12,6 @@ $TTL 30m
1212
NS virgule
1313
NS wolke.nullroute.eu.org.
1414

15-
$TTL 30
1615
MX 10 ASPMX.L.GOOGLE.COM.
1716
MX 20 ALT1.ASPMX.L.GOOGLE.COM.
1817
MX 20 ALT2.ASPMX.L.GOOGLE.COM.
@@ -21,7 +20,6 @@ $TTL 30
2120
MX 30 ASPMX4.GOOGLEMAIL.COM.
2221
MX 30 ASPMX5.GOOGLEMAIL.COM.
2322
TXT "v=spf1 a mx ptr ~all"
24-
$TTL 30m
2523

2624
;; sub-zones
2725

0 commit comments

Comments
 (0)