Skip to content

Commit 2da94f1

Browse files
zeevallinjoohoi
authored andcommitted
Clarify how to test that the DNS Lookup is working (joohoi#133)
Reasoning: Unless you specify that you're looking for a TXT record, you will not get the answer from the DNS server
1 parent ea4d125 commit 2da94f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ $ curl -X POST \
204204

205205
Note: The `txt` field must be exactly 43 characters long, otherwise acme-dns will reject it
206206

207-
4) Perform a DNS lookup to the test subdomain to confirm that everything is working properly:
207+
4) Perform a DNS lookup to the test subdomain to confirm the updated TXT record is being served:
208208
```
209-
$ dig @auth.example.org d420c923-bbd7-4056-ab64-c3ca54c9b3cf.auth.example.org
209+
$ dig -t txt @auth.example.org d420c923-bbd7-4056-ab64-c3ca54c9b3cf.auth.example.org
210210
```
211211

212212
## Configuration

0 commit comments

Comments
 (0)