mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
ns: fix soa record
This commit is contained in:
parent
f717779d32
commit
9e01a0bc04
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,7 @@ let
|
||||||
$TTL 3600
|
$TTL 3600
|
||||||
$ORIGIN rfive.de.
|
$ORIGIN rfive.de.
|
||||||
|
|
||||||
rfive.de. 86400 IN SOA ns.inwx.de. hostmaster.rfive.de. 2024031009 10800 3600 604800 3600
|
rfive.de. 86400 IN SOA ns.rfive.de. hostmaster.rfive.de. 2024031010 10800 3600 604800 3600
|
||||||
@ NS ns.inwx.de.
|
@ NS ns.inwx.de.
|
||||||
@ NS ns2.inwx.de.
|
@ NS ns2.inwx.de.
|
||||||
@ NS ns3.inwx.eu.
|
@ NS ns3.inwx.eu.
|
||||||
|
@ -16,6 +16,9 @@ let
|
||||||
@ CAA 0 issue "letsencrypt.org"
|
@ CAA 0 issue "letsencrypt.org"
|
||||||
@ CAA 0 issuewild ";"
|
@ CAA 0 issuewild ";"
|
||||||
|
|
||||||
|
ns A 23.88.121.184
|
||||||
|
ns AAAA 2a01:4f8:c012:49de::1
|
||||||
|
|
||||||
nuc A 141.30.227.6
|
nuc A 141.30.227.6
|
||||||
falkenstein A 23.88.121.184
|
falkenstein A 23.88.121.184
|
||||||
falkenstein AAAA 2a01:4f8:c012:49de::1
|
falkenstein AAAA 2a01:4f8:c012:49de::1
|
||||||
|
|
Loading…
Reference in a new issue