We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cloudflare canceled their ipfs site so is there any fix
The text was updated successfully, but these errors were encountered:
Looks like Cloudflare killed their IPFS gateway:
Looks like we can use ipfs.io and dweb.link:
ipfs.io
dweb.link
Ohter public IPFS gateways:
In otherwords,
Faker f = new Faker(); var avatarUrl = f.Internet.Avatar(); avatarUrl.Dump(); avatarUrl.Replace("https://cloudflare-ipfs.com", "https://ipfs.io").Dump(); // https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/42.jpg // https://ipfs.io/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/42.jpg
https://cloudflare-ipfs.com becomes -> https://ipfs.io
And it looks like the Avatar IPFS content folder is still working:
Sorry, something went wrong.
No branches or pull requests
cloudflare canceled their ipfs site so is there any fix
The text was updated successfully, but these errors were encountered: