We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c301ad7 commit f4b8c57Copy full SHA for f4b8c57
examples/autotls/main.go
@@ -86,7 +86,6 @@ func main() {
86
libp2p.NATPortMap(), // Attempt to open ports using UPnP for NATed hosts.
87
88
libp2p.ListenAddrStrings(
89
- // Configure default catch-all listeners for TCP and UDP
90
"/ip4/0.0.0.0/tcp/5500", // regular TCP IPv4 connections
91
"/ip6/::/tcp/5500", // regular TCP IPv6 connections
92
0 commit comments