Skip to content

Commit

Permalink
Merge branch 'main' into dnsgw
Browse files Browse the repository at this point in the history
  • Loading branch information
John-LittleBearLabs authored Sep 5, 2024
2 parents 4d2d777 + 9a0a8b0 commit 192ce14
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions library/src/ipfs_client/ctx/default_gateways.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ bool ctx::LoadGatewaysFromEnvironmentVariable(ipfs::ctx::GatewayConfig& cfg) {

void ctx::LoadStaticGatewayList(ipfs::ctx::GatewayConfig& cfg) {
auto static_list = {
std::pair<std::string_view, int>{"http://127.0.0.1:8080/", 1039},
{"https://ipfs.io/", 999},
{"https://dweb.link/", 992},
{"https://hardbin.com/", 976},
{"https://ipfs.greyh.at/", 910},
{"https://ipfs.joaoleitao.org/", 899},
{"https://trustless-gateway.link/", 797},
{"https://human.mypinata.cloud/", 461},
{"https://delegated-ipfs.dev/", 375},
{"https://jcsl.hopto.org/", 364},
{"https://4everland.io/", 346},
{"https://ipfs.runfission.com/", 315},
{"https://gateway.pinata.cloud/", 212},
std::pair<std::string_view, int>{"http://127.0.0.1:8080/", 1307},
{"https://ipfs.io/", 1082},
{"https://dweb.link/", 996},
{"https://hardbin.com/", 980},
{"https://ipfs.greyh.at/", 914},
{"https://ipfs.joaoleitao.org/", 903},
{"https://trustless-gateway.link/", 771},
{"https://human.mypinata.cloud/", 332},
{"https://delegated-ipfs.dev/", 257},
{"https://jcsl.hopto.org/", 253},
{"https://4everland.io/", 252},
{"https://ipfs.runfission.com/", 67},
{"https://gateway.pinata.cloud/", 49},
{"https://ipfs.eth.aragon.network/", 12},
{"https://data.filstorage.io/", 11},
{"https://dag.w3s.link/", 10},
Expand Down

0 comments on commit 192ce14

Please sign in to comment.