Skip to content

Commit

Permalink
Update examples/autotls/main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
2color authored Jan 28, 2025
1 parent c301ad7 commit f4b8c57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/autotls/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ func main() {
libp2p.NATPortMap(), // Attempt to open ports using UPnP for NATed hosts.

libp2p.ListenAddrStrings(
// Configure default catch-all listeners for TCP and UDP
"/ip4/0.0.0.0/tcp/5500", // regular TCP IPv4 connections
"/ip6/::/tcp/5500", // regular TCP IPv6 connections

Expand Down

0 comments on commit f4b8c57

Please sign in to comment.