We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This spec resolves {certificate}.p2p domains.
{certificate}.p2p
https://github.com/mwarning/KadNode
We should hijack DNS resolution to support this.
For HTTPs to start but maybe also gemini?
We'll need to hook into the DNS resolution somehow as well as hook into TLS cert verifiers to check the cert for *.p2p URLs.
*.p2p
https://www.electronjs.org/docs/latest/api/session#sessetcertificateverifyprocproc
Maybe via a local proxy?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This spec resolves
{certificate}.p2p
domains.https://github.com/mwarning/KadNode
We should hijack DNS resolution to support this.
For HTTPs to start but maybe also gemini?
We'll need to hook into the DNS resolution somehow as well as hook into TLS cert verifiers to check the cert for
*.p2p
URLs.https://www.electronjs.org/docs/latest/api/session#sessetcertificateverifyprocproc
Maybe via a local proxy?
The text was updated successfully, but these errors were encountered: