flake/infra/data.json

47 lines
901 B
JSON
Raw Normal View History

2024-09-21 16:21:30 +00:00
{
"nodes": {
"sensitive": false,
"type": [
"object",
{
"sin0": [
"object",
{
"fqdn": "string",
"ipv4": "string",
"ipv6": "string",
"remarks": [
"object",
{
"city": "string",
"continent": "string",
"country": "string"
}
],
"tags": [
"list",
"string"
]
}
]
}
],
"value": {
"sin0": {
"fqdn": "sin0.ny4.dev",
"ipv4": "149.28.143.116",
"ipv6": "2001:19f0:4400:7041:5400:05ff:fe1b:042d",
"remarks": {
"city": "Singapore",
"continent": "Asia",
"country": "SG"
},
"tags": [
2024-09-21 20:19:03 +00:00
"vultr",
"proxy"
2024-09-21 16:21:30 +00:00
]
}
}
}
}