We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4d125 commit 2da94f1Copy full SHA for 2da94f1
README.md
@@ -204,9 +204,9 @@ $ curl -X POST \
204
205
Note: The `txt` field must be exactly 43 characters long, otherwise acme-dns will reject it
206
207
-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:
208
```
209
-$ 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
210
211
212
## Configuration
0 commit comments