diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-03-30 18:56:03 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-03-30 18:56:03 +0900 |
commit | 1a7bd10cb21f344459c0cebd9a365e9f87302636 (patch) | |
tree | 90a37c6e7f06161c84e57be6860ebccdf7665515 | |
parent | 4941f0bab9c3a051b900e5b69024893576436753 (diff) | |
download | nixos-conf-1a7bd10cb21f344459c0cebd9a365e9f87302636.tar.gz |
Update IPv6 of PUCK secondary DNS
-rw-r--r-- | dns.nix | 6 |
1 files 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"; } { |