git ssb

15+

ansuz / dnssb



Commit 4f20c03084a7047f145cae482611adee823c5421

add note about the dns code. ignore the config file

ansuz committed on 10/31/2016, 2:18:18 PM
Parent: 8f05305d3b1929168a4a9e4293694b24ca5d82d6

Files changed

.gitignorechanged
README.mdchanged
.gitignoreView
@@ -1,2 +1,3 @@
11 .*.swp
22 node_modules
3 +config.js
README.mdView
@@ -1,7 +1,7 @@
11 # ssb-dns
22
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.
44
55 [scuttlebot](http://ssbc.github.io/scuttlebot/) makes it easy to work with a peer-to-peer log store.
66
77 So let's mash them together.

Built with git-ssb-web