summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--krebs/2configs/nameserver.nix10
-rw-r--r--krebs/3modules/zones.nix1
2 files changed, 11 insertions, 0 deletions
diff --git a/krebs/2configs/nameserver.nix b/krebs/2configs/nameserver.nix
index 4c6b95516..633f6f5d5 100644
--- a/krebs/2configs/nameserver.nix
+++ b/krebs/2configs/nameserver.nix
@@ -63,6 +63,9 @@ in {
- id: henet_ns1
address: 216.218.130.2
+ - id: hostingde_ns1
+ address: 134.0.30.178
+
- id: krebscode_ni
address: ${config.krebs.hosts.ni.nets.internet.ip4.addr}
key: krebs_transfer_notify_key
@@ -81,6 +84,11 @@ in {
address: [ 216.218.133.2, 2001:470:600::2 ]
action: transfer
+ # https://www.hosting.de/helpdesk/produkte/dns/dns-master-ips/
+ - id: transfer_to_hostingde_secondary
+ address: [ 134.0.30.178, 194.126.196.2, 2a03:2900:3:1::2, 2a03:2902:3:1::2 ]
+ action: transfer
+
- id: transfer_to_krebscode_secondary
key: krebs_transfer_notify_key
action: transfer
@@ -110,8 +118,10 @@ in {
dnssec-signing: on
dnssec-policy: rsa2k
notify: henet_ns1
+ notify: hostingde_ns1
notify: krebscode_ni
acl: transfer_to_henet_secondary
+ acl: transfer_to_hostingde_secondary
acl: transfer_to_krebscode_secondary
acl: dane_acl
diff --git a/krebs/3modules/zones.nix b/krebs/3modules/zones.nix
index 8cb68c4f7..e68482d77 100644
--- a/krebs/3modules/zones.nix
+++ b/krebs/3modules/zones.nix
@@ -15,6 +15,7 @@ with lib; {
@ 3600 IN NS ni
@ 3600 IN NS ns2.he.net.
@ 3600 IN NS ns3.he.net.
+ @ 3600 IN NS ns2.hosting.de.
'';
};
};