From b026663c62fdeff1a76380d1df5940fc31fcb575 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Fri, 28 Sep 2018 09:58:07 -0700 Subject: [PATCH] use an example domain --- bin/tests/system/auth/ns1/chaos.db | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/tests/system/auth/ns1/chaos.db b/bin/tests/system/auth/ns1/chaos.db index 758f4f6ea1d..f34e7b9a482 100644 --- a/bin/tests/system/auth/ns1/chaos.db +++ b/bin/tests/system/auth/ns1/chaos.db @@ -16,6 +16,6 @@ $TTL 300 ; 5 minutes 3600 ; minimum (1 hour) ) NS ns -ns A ch-addr.net. 1001 -test A ch-addr.net. 1002 - A ch-addr.net. 1003 +ns A ch-addr.example. 1001 +test A ch-addr.example. 1002 + A ch-addr.example. 1003 -- GitLab