1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 23:42:20 +08:00

refactored ipns records to point to paths

Also changed the ipns dns resolution to use the "dnslink" format
This commit is contained in:
Jeromy
2015-04-17 21:14:25 -07:00
parent fcb559eb9d
commit 3d80b9d27d
22 changed files with 222 additions and 108 deletions

View File

@ -154,6 +154,7 @@ func daemonFunc(req cmds.Request, res cmds.Response) {
node, err := nb.Build(ctx.Context)
if err != nil {
log.Error("error from node construction: ", err)
res.SetError(err, cmds.ErrNormal)
return
}