added possibility to add ipv4 and ipv6 address

This commit is contained in:
2021-07-06 15:34:18 +04:00
parent a0b63fa2ec
commit f7bae1100a
2 changed files with 17 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
{
"ip_address": null
"ip_address": [
{
"ipv4": "",
"ipv6": "2001:8f8:172d:ee93:8105:563b:dc98:6dbf",
"latency": 567539,
"download": 0,
"upload": 0
}
]
}