From 18fb8b635f217c793ed07d2108a2127672a80aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 21 Apr 2024 18:47:30 +0200 Subject: [PATCH] dns: add public ns.spaceboyz.net --- nix/nixos-module/container/dns.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/nixos-module/container/dns.nix b/nix/nixos-module/container/dns.nix index dd2defa..673ac85 100644 --- a/nix/nixos-module/container/dns.nix +++ b/nix/nixos-module/container/dns.nix @@ -95,7 +95,7 @@ in # ns.c3d2.de hosts4.knot hosts6.dn42.knot hosts6.up4.knot # ns.spaceboyz.net - "172.22.24.4" "2a01:4f9:4b:39ec::4" + "172.22.24.4" "95.217.229.209" "2a01:4f9:4b:39ec::4" # ns1.supersandro.de "188.34.196.104" "2a01:4f8:1c1c:1d38::1" ]; @@ -128,7 +128,7 @@ in inherit via; } { id = "ns.spaceboyz.net"; - address = [ "172.22.24.4" "2a01:4f9:4b:39ec::4" ]; + address = [ "172.22.24.4" "95.217.229.209" "2a01:4f9:4b:39ec::4" ]; inherit via; } { id = "ns1.supersandro.de";