Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
创建 libp2p 节点时,ip 地址必须是 0.0.0.0 而不是 127.0.0.0 或真实服务器的 ip。
然后,当尝试远程访问 libp2p 节点时,IP 必须是服务器的 IP(ping your-domain.com返回的那个)
ping your-domain.com
Imo 80% 的开发痛点来自“文档”中过于简单的示例