Skip to content
Snippets Groups Projects
Commit 2da94f14 authored by Philip Vieira's avatar Philip Vieira Committed by Joona Hoikkala
Browse files

Clarify how to test that the DNS Lookup is working (#133)

Reasoning: Unless you specify that you're looking for a TXT record, you will not get the answer from the DNS server
parent ea4d1256
Branches
Tags
No related merge requests found
...@@ -204,9 +204,9 @@ $ curl -X POST \ ...@@ -204,9 +204,9 @@ $ curl -X POST \
Note: The `txt` field must be exactly 43 characters long, otherwise acme-dns will reject it Note: The `txt` field must be exactly 43 characters long, otherwise acme-dns will reject it
4) Perform a DNS lookup to the test subdomain to confirm that everything is working properly: 4) Perform a DNS lookup to the test subdomain to confirm the updated TXT record is being served:
``` ```
$ dig @auth.example.org d420c923-bbd7-4056-ab64-c3ca54c9b3cf.auth.example.org $ dig -t txt @auth.example.org d420c923-bbd7-4056-ab64-c3ca54c9b3cf.auth.example.org
``` ```
## Configuration ## Configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment