Skip to content
This repository was archived by the owner on Jun 2, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/guides/examples/websites.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Create a DNS TXT record ([DNSLink](https://docs.ipfs.io/guides/concepts/dnslink/
Once you've created that record, and it has propagated you should be able to find it.

```bash
$ dig +noall +answer TEXT your.domain
$ dig +noall +answer TXT your.domain
your.domain. 60 IN TXT "dnslink=/ipfs/$SITE_CID"
```
Now you can view your site at `http://localhost:8080/ipns/your.domain`.
Expand Down