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/pkarr reqwest #35

Closed
wants to merge 15 commits into from
Closed

Feat/pkarr reqwest #35

wants to merge 15 commits into from

Conversation

Nuhvi
Copy link
Collaborator

@Nuhvi Nuhvi commented Sep 19, 2024

  • Client
    • Native
      • Endpoint target is domain
        • Resolve and connect to a direct server
        • Resolve and connect to a server through an intermediate Pubky (user => server owner => server)
      • Endpoint is remote IP
        • Resolve and connect to a direct server
        • Resolve and connect to a server through an intermediate Pubky (user => server owner => server)
      • TLS
    • Browser
      • Endpoint is localhost
        • Resolve and connect to a direct server
        • Resolve and connect to a server through an intermediate Pubky (user => server owner => server)
      • Endpoint is remote ICANN domain
        • Resolve and connect to a direct server
        • Resolve and connect to a server through an intermediate Pubky (user => server owner => server)
      • TLS
  • Server
    • set public IP address (get from Mainline?)
    • pkarr-host extractor
  • Extra
    • Support multiple (load balance) HTTPS records
    • Support fallback to lower priority endpoints (endpoint iterator)
    • Support wildcard

@Nuhvi Nuhvi force-pushed the feat/pkarr-reqwest branch from 074294d to 6544a82 Compare September 22, 2024 10:11
@Nuhvi Nuhvi closed this Sep 26, 2024
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 this pull request may close these issues.

1 participant