migrated pentamedia.org to nix

This commit is contained in:
Marcel - 2024-05-05 16:03:48 +02:00
parent 200fd40d6a
commit 3890e7b975
Signed by: m4rc3l
GPG Key ID: 446F3B093DF81C6A
2 changed files with 24 additions and 24 deletions

24
pentamedia.org.nix Normal file
View File

@ -0,0 +1,24 @@
# IN NS ns.c3d2.de.
# IN NS ns.spaceboyz.net.
# IN NS ns0.q-ix.net. ; TODO: drop
# IN NS ns1.supersandro.de.
{
A = [ "217.197.84.51" ];
AAAA = [ "2001:67c:1400:2240::3" ];
subdomains = {
www = {
A = [ "217.197.84.51" ];
AAAA = [ "2001:67c:1400:2240::3" ];
};
update = {
A = [ "217.197.84.51" ];
AAAA = [ "2001:67c:1400:2240::3" ];
};
ssh.AAAA = [ "2001:6f8:900:8ce4:200:c3ff:fed2:2" ];
stream.CNAME = [ "stream.c3d2.de" ];
};
}

View File

@ -1,24 +0,0 @@
$TTL 3600 ; 1 hour
@ IN SOA ns.c3d2.de. hostmaster.c3d2.de. (
0 ; serial, auto-incremented by knot
14400 ; refresh (4 hours)
1800 ; retry (30 minutes)
604800 ; expire (1 week)
600 ; minimum (10 minutes)
)
@ IN NS ns.c3d2.de.
IN NS ns.spaceboyz.net.
IN NS ns0.q-ix.net. ; TODO: drop
IN NS ns1.supersandro.de.
IN A 217.197.84.51
IN AAAA 2001:67c:1400:2240::3
www IN A 217.197.84.51
IN AAAA 2001:67c:1400:2240::3
update IN A 217.197.84.51
IN AAAA 2001:67c:1400:2240::3
ssh IN AAAA 2001:6f8:900:8ce4:200:c3ff:fed2:2
stream IN CNAME stream.c3d2.de.