diff options
author | tv <tv@krebsco.de> | 2023-08-02 17:42:32 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-08-02 17:42:32 +0200 |
commit | 7e98588f8e626c4e2800e1238ea8a1df1f5c8f7a (patch) | |
tree | 2f3fed3a3de3d4b2cb0a5efbc80c7db142f63bc8 /krebs/2configs | |
parent | 193baa8f2f64a4909e38069d4f21ac6c46d2796b (diff) |
nameserver config: add hosting.de as secondary
Diffstat (limited to 'krebs/2configs')
-rw-r--r-- | krebs/2configs/nameserver.nix | 10 |
1 files changed, 10 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 |