From 5fe349e6cda88f44e90a291e11d06128d321c273 Mon Sep 17 00:00:00 2001 From: Niels Kunis Date: Wed, 18 Jun 2025 21:05:03 +0200 Subject: [PATCH] updated ip of ns2.kun.is -> ip opa en oma K. --- modules/bind9/kun.is.zone.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bind9/kun.is.zone.nix b/modules/bind9/kun.is.zone.nix index 00999e8..815bc1c 100644 --- a/modules/bind9/kun.is.zone.nix +++ b/modules/bind9/kun.is.zone.nix @@ -30,7 +30,7 @@ with dns.lib.combinators; { }; ns2 = { - A = ["192.145.57.90"]; + A = ["217.123.53.51"]; AAAA = []; };