feat(p2p): bootstrap peers

This commit is contained in:
Alexey Kasyanchuk
2018-03-10 00:06:56 +03:00
parent c7a217ec37
commit 10d0a2fbc0
3 changed files with 75 additions and 10 deletions

View File

@ -12,6 +12,7 @@ let config = {
p2p: true,
p2pConnections: 10,
p2pBootstrap: true,
upnp: true,