Bonfida / name-resolver

Solana name service resolver in browser
https://sol-domain.org
MIT License
11 stars 6 forks source link

Clarification on URL record #6

Closed decartesol closed 1 year ago

decartesol commented 1 year ago

Is this a FQDN or can it also contain a path?

dr497 commented 1 year ago

Thanks a lot for opening this issue!

There is no clear spec defined at the moment, however, the name resolver of this repository will work with URL which contain a path https://github.com/Bonfida/name-resolver/blob/main/src/derivation.rs#L86. This is also the case for the native resolution in Brave Browser.

If you are interested in helping defining the spec for records, we are in the process of creating a SNS IP repository where specs will be defined and anyone can contribute