From 5edf1f801b2887fa555bbc8c5fa38c2403219fe1 Mon Sep 17 00:00:00 2001 From: Akilan Date: Sat, 22 Apr 2023 11:24:04 +0100 Subject: [PATCH] added default ip address for ip table --- p2p/ip_table.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/ip_table.json b/p2p/ip_table.json index 7cce8fd..60a10d4 100644 --- a/p2p/ip_table.json +++ b/p2p/ip_table.json @@ -2,7 +2,7 @@ "ip_address": [ { "Name": "Node1", - "IPV4": "164.90.177.167", + "IPV4": "64.227.168.102", "IPV6": "", "Latency": 0, "ServerPort": "8088",