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
This commit is contained in:
Philip Vieira 2019-01-20 17:23:07 +01:00 committed by Joona Hoikkala
parent ea4d125663
commit 2da94f1462

View File

@ -204,9 +204,9 @@ $ curl -X POST \
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