From b452d504c865ed05afefa8fc199951ff8ce5ba24 Mon Sep 17 00:00:00 2001 From: Julien Schmidt <julienschmidt@users.noreply.github.com> Date: Fri, 28 Sep 2018 16:14:31 +0800 Subject: [PATCH] README: fix NS address in test command (#115) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc05e3d..c62320d 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ Note: The `txt` field must be exactly 43 characters long, otherwise acme-dns wil 4) Perform a DNS lookup to the test subdomain to confirm that everything is working properly: ``` -$ dig @ns.auth.example.org d420c923-bbd7-4056-ab64-c3ca54c9b3cf.auth.example.org +$ dig @auth.example.org d420c923-bbd7-4056-ab64-c3ca54c9b3cf.auth.example.org ``` ## Configuration -- GitLab