From 6e21a95ba852f4716e9c12fa2e207c0b9467ae6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Thu, 15 Aug 2024 19:52:42 +0800 Subject: [PATCH] nixbld/named: add qnetp slave DNS for m-labs-intl.com --- nixbld-etc-nixos/configuration.nix | 4 ++++ nixbld-etc-nixos/named/m-labs-intl.com | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index 0af3ae4..3ad1fdd 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -375,10 +375,14 @@ in notify explicit; also-notify { 216.218.130.2; # ns1.he.net + 213.239.220.50; # ns1.qnetp.net + 88.198.32.245; # new qnetp }; ''; slaves = [ "216.218.133.2" "2001:470:600::2" # slave.dns.he.net + "213.239.220.50" "2a01:4f8:a0:7041::1" # ns1.qnetp.net + "88.198.32.245" # new qnetp ]; }; "200-29.98.206.103.in-addr.arpa" = { diff --git a/nixbld-etc-nixos/named/m-labs-intl.com b/nixbld-etc-nixos/named/m-labs-intl.com index ebd8689..0b01275 100644 --- a/nixbld-etc-nixos/named/m-labs-intl.com +++ b/nixbld-etc-nixos/named/m-labs-intl.com @@ -1,7 +1,7 @@ $TTL 7200 @ SOA ns.m-labs-intl.com. sb.m-labs.hk. ( - 2024081403 + 2024081503 7200 3600 86400 @@ -10,6 +10,7 @@ $TTL 7200 NS ns.m-labs-intl.com. NS ns1.he.net. + NS ns1.qnetp.net. A 5.78.86.156 AAAA 2a01:4ff:1f0:83de::1