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" }