fixed ipv6 dectection error

This commit is contained in:
2021-07-08 19:42:41 +04:00
parent 6f6072f598
commit 28620b61ad
3 changed files with 34 additions and 26 deletions

View File

@@ -2,8 +2,15 @@
"ip_address": [
{
"ipv4": "",
"ipv6": "2001:8f8:172d:ee93:8105:563b:dc98:6dbf",
"latency": 567539,
"ipv6": "2001:8f8:172d:7e27:f1ba:1531:413f:1177",
"latency": 435699,
"download": 0,
"upload": 0
},
{
"ipv4": "172.104.44.195",
"ipv6": "",
"latency": 0,
"download": 0,
"upload": 0
}