Hello IPFS, I'm trying to solve a (possibly networking) problem with getting content from IPFS: Description: I am using two computers in the same network: - computer A - running IPFS and sharing content - computer B - developing IPFS-based application I am developing my app on **computer B** inside Docker container using latest go-ipfs image [1]. In the code that uses IPFS, I'm connecting to the IPFS API in container and trying to list content [2] that is already available on IPFS [3]. The problem I'm experiencing is that the request listing IPFS content stays hanging, and only starts loading after I ping IPFS ID of node running on **computer A** [4]. I've tried to ask a friend with a **computer C** outside of my network to try and run run my project. He was also experiencing the hanging request, however, when he tried to ping IPFS ID of my **computer A**, he was getting `Error: peer lookup failed: routing: not found`. I have tried to enable an experimental feature AutoRelay [5], but did not see any improvment either. Thanks for any ideas! [1] https://github.com/romanblanco/graffiti/blob/master/docker-compose.yml#L4 [2] https://github.com/romanblanco/graffiti/blob/master/collection/main.go#L108 [3] https://explore.ipld.io/#/explore/QmYa8Hi5dtahzUvqBN5orjFhsMyxcyQKefoiCGGmezooQ4 [4] https://github.com/romanblanco/graffiti#troubleshooting [5] https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#autorelay