ipfs-inactive / website

This repo has been replaced by https://github.com/ipfs/ipfs-website/
https://github.com/ipfs/ipfs-website/
MIT License
182 stars 128 forks source link

Remove references to Solarnet #405

Closed mburns closed 4 years ago

mburns commented 4 years ago

Not sure these docs are even live anymore, but running ipfs version 0.7.0, this doc fails

  * [/ip4/104.236.176.52/tcp/4001] failed to negotiate security protocol: rsa keys must be >= 2048 bits to be useful

This PR removes references to the Solarnet (QmSoL... keys) and points at our newer, snazzier Bootstrap node. Bonus: this gives more interesting results:

$ ipfs dht findpeer QmNnooDu7bfjPFoTZYxMNLWUQJyrVwtbZg5gBMjTezGAJN

/ip4/147.75.109.213/tcp/4001
/ip4/127.0.0.1/tcp/8081/ws
/ip6/::1/tcp/4001
/ip6/2604:1380:1000:6000::1/tcp/4001
/ip4/147.75.109.213/udp/4001/quic
/ip4/127.0.0.1/tcp/4001
/ip4/127.0.0.1/udp/4001/quic
/ip6/::1/udp/4001/quic
/ip6/2604:1380:1000:6000::1/udp/4001/quic
mburns commented 4 years ago

Alternatively, should these docs just be removed, in lieu of the new https://docs.ipfs.io site that the IPFS Project website already points to?

jessicaschilling commented 4 years ago

@mburns Thanks for finding this - these are indeed deprecated but have been lurking for quite some time. AFAIK they've not been removed on the very outside chance they may be direct-linked from somewhere in the wider web, but the plan is to remove them entirely in a future set of work on the main ipfs.io site.