1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
Files
stackexchange-dnscontrol/pkg/js/parse_tests/022-sshfp.json

62 lines
1.6 KiB
JSON
Raw Normal View History

{
"registrars": [],
"dns_providers": [],
"domains": [
{
"name": "foo.com",
"registrar": "none",
"dnsProviders": {},
"records": [
{
"type": "SSHFP",
"algorithm": 1,
"fingerprint": 1,
"value": "66c7d5540b7d75a1fb4c84febfa178ad99bdd67c"
},
{
"type": "SSHFP",
"algorithm": 1,
"fingerprint": 2,
"value": "745a635bc46a397a5c4f21d437483005bcc40d7511ff15fbfafe913a081559bc"
},
{
"type": "SSHFP",
"algorithm": 2,
"fingerprint": 1,
"value": "66c7d5540b7d75a1fb4c84febfa178ad99bdd67c"
},
{
"type": "SSHFP",
"algorithm": 2,
"fingerprint": 2,
"value": "745a635bc46a397a5c4f21d437483005bcc40d7511ff15fbfafe913a081559bc"
},
{
"type": "SSHFP",
"algorithm": 3,
"fingerprint": 1,
"value": "66c7d5540b7d75a1fb4c84febfa178ad99bdd67c"
},
{
"type": "SSHFP",
"algorithm": 3,
"fingerprint": 2,
"value": "745a635bc46a397a5c4f21d437483005bcc40d7511ff15fbfafe913a081559bc"
},
{
"type": "SSHFP",
"algorithm": 4,
"fingerprint": 1,
"value": "66c7d5540b7d75a1fb4c84febfa178ad99bdd67c"
},
{
"type": "SSHFP",
"algorithm": 4,
"fingerprint": 2,
"value": "745a635bc46a397a5c4f21d437483005bcc40d7511ff15fbfafe913a081559bc"
}
]
}
]
}