little-bear-labs / ipfs-chromium

19 stars 1 forks source link

Include trustless-gateway.link in default gateway list #105

Closed lidel closed 1 month ago

lidel commented 5 months ago

We should add https://trustless-gateway.link – it is run by IP Shipyard, and is a long-term gateway limited to trustless and verifiable responses.

PS. We may also remove offline / broken ones

John-LittleBearLabs commented 5 months ago

trustless-gateway.link was already there. https://github.com/little-bear-labs/ipfs-chromium/blob/hdrs/library/src/ipfs_client/ctx/default_gateways.cc#L41

If a gateway shows up from discovery while I'm running my own build, and it's responded successfully to something, I add it to the list of default gateways. I have on a couple occasions also used entries I got from https://ipfs.github.io/public-gateway-checker/ , but I've been pretty shy about completely removing misbehaving gateways, instead just throttling their default rate limit more and more, since sometimes they may come back online eventually. But I can take a look at the purged ones and maybe remove some of the worst actors that you've also removed.