-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
bootstrap: add a few /ip6 nodes #3523
Conversation
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
@lgierth do you want this in 0.4.5? |
Ideally yes, I just wasn't sure if you had any reservations :) |
Is there any place where we explicitly prefer /ip6 over /ip4? That'd be useful. |
yay |
@lgierth that happens in libp2p in the addrutil sorter: https://github.com/libp2p/go-libp2p-peerstore/blob/master/addr/sorting.go |
Linking here as very tightly related: ipfs/ipfs#221 The issue isn't theoretical - I actually was in a situation like this when I filed the ticket ( fully open 80/443 outbound, everything else was a hard REJECT ) |
@lgierth do we want to take this opportunity to add some 'standard' port bootstrappers? |
Do you mean 4737? |
I think he meant 443 and 80. |
I dunno -- we'll have /ws on ipfs.io:80 and /wss on ipfs.io:443 very soon, I figure that'd work? |
@lgierth okay, I think we can merge this as is for 0.4.6 then, yeah? |
@lgierth will this fully address ipfs/ipfs#221 (comment) ( given one uses a |
Yes let's do it! 👍
@mib-kd743naq I think it's pretty useful generally -- on the outside it just looks like regular HTTPS. |
bootstrap: add a few /ip6 nodes
…strap bootstrap: add a few /ip6 nodes
…strap bootstrap: add a few /ip6 nodes
As the bootstrappers now have proper IPv6, we can start making use of it. Since configuring it over the weekend, IPv6 usage has already roughly quadrupled.