You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Tried to do NAT with UPNP random public port, but still didn't work.
{
"Addresses": {
"Swarm": [
"/ip4/0.0.0.0/tcp/4002",
"/ip4/192.168.0.3/tcp/4002",
"/ip4/<my_public_ip>/tcp/4002" // mapped 4002 -> some random public port
],
// ...
The text was updated successfully, but these errors were encountered:
@harshjv That is because js-ipfs doesn't pack libp2p-dht yet, you have to manually dial or use libp2p-webrtc-star which offers some discovery functionality.
From walking through the code it looks like js-ipfs still doesn't have DHT and support only WebSocket. If that is the case it means it cannot connect to command line daemon?
ipfs.swarm.peers
andipfs.swarm.addrs
return empty array.Tried to do NAT with UPNP random public port, but still didn't work.
The text was updated successfully, but these errors were encountered: