This specification adds RASL support to IPFS Delegating Routing.
In the peer schema, the Protocols
key accepts a list of protocols that can be routed with. This specification adds one keyword value:
rasl.
When the rasl protocol keyword is provided, the peer schema object must also have a rasl key,
the value of which is an array of hosts (no scheme, no port, etc.). The array of hosts is intended
to be used in the same way as the hints in RASL URLs: for any given
CID, a RASL URL is constructed using that host and other parts specified
in the RASL spec, and retrieveal from the resulting URL is attempted.