From 223c1bab0462465ed094955b7e2c071c11f616f5 Mon Sep 17 00:00:00 2001
From: capossele <angelocapossele@gmail.com>
Date: Thu, 20 Feb 2020 13:22:05 +0000
Subject: [PATCH] :sparkles: enables local testing

---
 plugins/autopeering/local/local.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/autopeering/local/local.go b/plugins/autopeering/local/local.go
index b6a89a75..c9cb2efa 100644
--- a/plugins/autopeering/local/local.go
+++ b/plugins/autopeering/local/local.go
@@ -40,7 +40,7 @@ func configureLocal() *peer.Local {
 		}
 	}
 	if !externalIP.IsGlobalUnicast() {
-		log.Fatalf("IP is not a global unicast address: %s", externalIP.String())
+		log.Warnf("IP is not a global unicast address: %s", externalIP.String())
 	}
 
 	peeringPort := strconv.Itoa(parameter.NodeConfig.GetInt(CFG_PORT))
-- 
GitLab