dns/pentamedia.org.nix

25 lines
583 B
Nix

# 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" ];
};
}