diff options
-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"; } { |