Skip to content

Commit

Permalink
README: fix NS address in test command (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienschmidt authored and joohoi committed Sep 28, 2018
1 parent f767904 commit b452d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Note: The `txt` field must be exactly 43 characters long, otherwise acme-dns wil

4) Perform a DNS lookup to the test subdomain to confirm that everything is working properly:
```
$ dig @ns.auth.example.org d420c923-bbd7-4056-ab64-c3ca54c9b3cf.auth.example.org
$ dig @auth.example.org d420c923-bbd7-4056-ab64-c3ca54c9b3cf.auth.example.org
```

## Configuration
Expand Down

0 comments on commit b452d50

Please sign in to comment.