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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user