Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: parse PublicKey from the last valid label and not just the TLD. #114

Closed
Nuhvi opened this issue Feb 11, 2025 · 0 comments · Fixed by #115
Closed

feat: parse PublicKey from the last valid label and not just the TLD. #114

Nuhvi opened this issue Feb 11, 2025 · 0 comments · Fixed by #115
Assignees

Comments

@Nuhvi
Copy link
Collaborator

Nuhvi commented Feb 11, 2025

While I am very against using Pkarr keys relative to another TLD like .pkarr or .key or whatever, the idea of looking up pkarr keys from a DNS server by querying <key>.my.trusted.dns.server is very useful.

Maybe to support that and make it easier for everyone, we can define a Pkarr domain not as any domain that ends with a Pkarr TLD, but rather any domain that contains a Pkarr key as a label.

In case there are multiple keys in the domain like foo.<key B>.bar.<key A>.my.trusted.dns.server then <key A> is the parsed key and the one used in (for example) Endpoints resolution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant