From ce67b14ca675482699ee675e368c9195a9081720 Mon Sep 17 00:00:00 2001 From: DutchEllie Date: Sun, 29 May 2022 22:09:07 +0200 Subject: [PATCH] Added security back in --- src/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.go b/src/main.go index 4331f60..6778982 100644 --- a/src/main.go +++ b/src/main.go @@ -37,7 +37,6 @@ func run() { "/ip4/0.0.0.0/tcp/6666", "/ip4/0.0.0.0/udp/6666/quic", ), - libp2p.NoSecurity, ) if err != nil { log.Printf("Failed to create h1: %v", err)