From f4b8c57fb256d79304c71d5268c34d6ff66f2b60 Mon Sep 17 00:00:00 2001 From: Daniel Norman <1992255+2color@users.noreply.github.com> Date: Tue, 28 Jan 2025 09:23:22 +0100 Subject: [PATCH] Update examples/autotls/main.go --- examples/autotls/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/autotls/main.go b/examples/autotls/main.go index a7297a9d55..c059c0af2e 100644 --- a/examples/autotls/main.go +++ b/examples/autotls/main.go @@ -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