Commit d50108a7c809442df1da1e57c7dd14196a4abe0b
add FAQ
ansuz committed on 10/31/2016, 1:54:21 PMParent: ed47a4be3455fdf0d8598c9af43a9eea21c23161
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -27,5 +27,32 @@ | ||
27 | 27 … | ``` |
28 | 28 … | dig @localhost -p 53053 {name} {type} |
29 | 29 … | ``` |
30 | 30 … | |
31 … | +## FAQ | |
31 | 32 … | |
33 … | +> Can I use this without running [scuttlebot](http://github.com/ssbc/scuttlebot) | |
34 … | + | |
35 … | +No, but you could get a friend to host it if you _really_ trust them. | |
36 … | + | |
37 … | +> Is it Enterprise-Ready? | |
38 … | + | |
39 … | +Hell no. It barely works | |
40 … | + | |
41 … | +> Does it protect against name-squatting? | |
42 … | + | |
43 … | +Not even a little bit. | |
44 … | + | |
45 … | +> Does it resolve conflicts if they occur? | |
46 … | + | |
47 … | +Not yet. | |
48 … | + | |
49 … | +> What is it good for? | |
50 … | + | |
51 … | +1. If there is a DNS outage you can still resolve any you or your friends have published to ssb | |
52 … | +2. If you don't have access to the internet at all, this will continue to work (for some definition of work) | |
53 … | +3. You can use this as a kind of distributed hosts file | |
54 … | + | |
55 … | +> How optimized is this? | |
56 … | + | |
57 … | +Not even a little bit, and it doesn't exactly fail gracefully either. | |
58 … | + |
Built with git-ssb-web