Skip to content

Commit

Permalink
Clarify how to test that the DNS Lookup is working (#133)
Browse files Browse the repository at this point in the history
Reasoning: Unless you specify that you're looking for a TXT record, you will not get the answer from the DNS server
  • Loading branch information
zeevallin authored and joohoi committed Jan 20, 2019
1 parent ea4d125 commit 2da94f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2da94f1

Please sign in to comment.