Commit 4f20c03084a7047f145cae482611adee823c5421
add note about the dns code. ignore the config file
ansuz committed on 10/31/2016, 2:18:18 PMParent: 8f05305d3b1929168a4a9e4293694b24ca5d82d6
Files changed
.gitignore | changed |
README.md | changed |
README.md | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | # ssb-dns |
2 | 2 … | |
3 | -It's fairly easy to serve dns from a nodejs process. | |
3 … | +It's fairly easy to [serve dns](https://github.com/iriscouch/dnsd) from a nodejs process. | |
4 | 4 … | |
5 | 5 … | [scuttlebot](http://ssbc.github.io/scuttlebot/) makes it easy to work with a peer-to-peer log store. |
6 | 6 … | |
7 | 7 … | So let's mash them together. |
Built with git-ssb-web