WIP: Set native IPFS peering config #9

Draft
raucao wants to merge 3 commits from feature/ipfs_peering into master
Showing only changes of commit ba5f67861f - Show all commits

View File

@ -12,7 +12,7 @@ const argv = require('yargs')
port: '5001',
protocol: 'http',
monitor: true,
bootstrapNode: '/ip4/46.4.18.160/tcp/4001/ipfs/QmZ4Lpzhz8bafbTYvEMMCmrbrMM4JfyHDR23WbCSAd9bo7'
bootstrapNode: '/ip4/104.248.95.16/tcp/4001/ipfs/QmbqZCZ2RzVr4r1UEdFak6ra76kHxtGmfV9r3e1Ev6Tj5D' // barnard.kosmos.org
})
.boolean('monitor')
.describe({