From 2caa9d0aac92058a7c41498e9c9c58cf26937f1a Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar Date: Fri, 25 Jun 2021 17:29:08 +0400 Subject: [PATCH] f**k you ipv4 --- p2p/ip_table.json | 4 ++-- p2p/testingMetrics.go | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/p2p/ip_table.json b/p2p/ip_table.json index 7d84485..865ad71 100644 --- a/p2p/ip_table.json +++ b/p2p/ip_table.json @@ -1,9 +1,9 @@ { "ip_address": [ { - "ipv4": "86.99.25.74", + "ipv4": "", "ipv6": "2001:8f8:172d:ee93:7588:ad57:c351:3309", - "latency": 403227, + "latency": 462096, "download": 0, "upload": 0 } diff --git a/p2p/testingMetrics.go b/p2p/testingMetrics.go index 0756071..94f2f17 100644 --- a/p2p/testingMetrics.go +++ b/p2p/testingMetrics.go @@ -153,6 +153,7 @@ func (s *IpAddress) PingTest() error { var pingURL string if s.Ipv6 != "" { pingURL = "http://[" + s.Ipv6 + "]:8088/server_info" + s.Ipv4 = "" } else { pingURL = "http://" + s.Ipv4 + ":8088/server_info" }