From 1a7bd10cb21f344459c0cebd9a365e9f87302636 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 30 Mar 2024 18:56:03 +0900 Subject: Update IPv6 of PUCK secondary DNS --- dns.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dns.nix b/dns.nix index 1ecbff6..98b5da7 100644 --- a/dns.nix +++ b/dns.nix @@ -1,5 +1,5 @@ # Authoritative domain name server -# Copyright (C) 2022 Nguyễn Gia Phong +# Copyright (C) 2022-2024 Nguyễn Gia Phong # # This file is part of loang configuration. # @@ -53,7 +53,7 @@ in { } { id = "puck"; - address = [ "204.42.254.5@53" "2001:418:3f4::5@53" ]; + address = [ "204.42.254.5@53" "2602:fe55:5::5@53" ]; } ]; log = [ @@ -70,7 +70,7 @@ in { } { id = "puck"; - address = [ "204.42.254.5" "2001:418:3f4::5" ]; + address = [ "204.42.254.5" "2602:fe55:5::5" ]; action = "transfer"; } { -- cgit 1.4.1