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: add dns mappings to address manager #2818

Merged
merged 2 commits into from
Nov 12, 2024

Commits on Nov 12, 2024

  1. feat: add dns mappings to address manager

    To allow dynamically adding new multiaddrs to the listening-on list
    allow adding runtime mappings of ip to domain names.
    
    This allows things like the auto-tls component to affect the returned
    list of multiaddrs to include newly minted domain names.
    achingbrain committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4fc77af View commit details
    Browse the repository at this point in the history
  2. chore: do not reset sinon

    achingbrain committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    594ecd6 View commit details
    Browse the repository at this point in the history