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

fix: update the dht to fix yggdrasil #7186

Merged
merged 3 commits into from
Apr 21, 2020
Merged

fix: update the dht to fix yggdrasil #7186

merged 3 commits into from
Apr 21, 2020

Commits on Apr 21, 2020

  1. fix: update the dht to fix yggdrasil

    Specifically:
    
    1. Don't add peers with IPv6 addresses outside the 2000::/3 range to the WAN
    DHT. These peers are not on the public internet.
    2. Do add these peers to the LAN DHT. Really, that's the "catch all other" DHT.
    Stebalien committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    144306f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a8bcd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68372ba View commit details
    Browse the repository at this point in the history