You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For ipns.name I've looked into what's available for nginx and I think we can do the decode step completely within nginx, which I presume will make it much more robust and performant.
The problem here is that this leaves you with the multihash ($hash) in binary format, and the misc module doesn't have a base58 encoder. Your options here are base32, base64, hex, or writing a base58 implementation for that module.
For ipns.name I've looked into what's available for nginx and I think we can do the decode step completely within nginx, which I presume will make it much more robust and performant.
What do you think? I'm going to give it a try as soon as I find a bit of time.
The text was updated successfully, but these errors were encountered: