little-bear-labs / ipfs-chromium

19 stars 1 forks source link

delegated routing: IPNS #109

Open John-LittleBearLabs opened 1 month ago

John-LittleBearLabs commented 1 month ago

https://specs.ipfs.tech/routing/http-routing-v1/#get-routing-v1-ipns-name

lidel commented 1 week ago

FYI there is a public good resolved at https://docs.ipfs.tech/concepts/public-utilities/#delegated-routing that could be used if nothing else is available.

John-LittleBearLabs commented 1 week ago

FYI there is a public good resolved at https://docs.ipfs.tech/concepts/public-utilities/#delegated-routing that could be used if nothing else is available.

That endpoint is actually already in the default list of gateways. If I do any routing/v1 requests they'd have to attempt to hit there before giving up completely... unless the user removes it from the list of gateways (or overrides it with the environment variable).

Is that good behavior, or should we hold onto this endpoint as a backup regardless of gateway settings?