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

59 lines
1.5 KiB
JSON
Raw Normal View History

{
"registrars": [],
"dns_providers": [],
2019-05-06 11:12:42 -04:00
"domains": [{
"name": "foo.com",
"registrar": "none",
"dnsProviders": {},
"records": [{
"type": "SSHFP",
"name": "@",
"target": "66c7d5540b7d75a1fb4c84febfa178ad99bdd67c",
"sshfpalgorithm": 1,
"sshfpfingerprint": 1
}, {
"type": "SSHFP",
"name": "@",
"target": "745a635bc46a397a5c4f21d437483005bcc40d7511ff15fbfafe913a081559bc",
"sshfpalgorithm": 1,
"sshfpfingerprint": 2
}, {
"type": "SSHFP",
"name": "@",
"target": "66c7d5540b7d75a1fb4c84febfa178ad99bdd67c",
"sshfpalgorithm": 2,
"sshfpfingerprint": 1
}, {
"type": "SSHFP",
"name": "@",
"target": "745a635bc46a397a5c4f21d437483005bcc40d7511ff15fbfafe913a081559bc",
"sshfpalgorithm": 2,
"sshfpfingerprint": 2
}, {
"type": "SSHFP",
"name": "@",
"target": "66c7d5540b7d75a1fb4c84febfa178ad99bdd67c",
"sshfpalgorithm": 3,
"sshfpfingerprint": 1
}, {
"type": "SSHFP",
"name": "@",
"target": "745a635bc46a397a5c4f21d437483005bcc40d7511ff15fbfafe913a081559bc",
"sshfpalgorithm": 3,
"sshfpfingerprint": 2
}, {
"type": "SSHFP",
"name": "@",
"target": "66c7d5540b7d75a1fb4c84febfa178ad99bdd67c",
"sshfpalgorithm": 4,
"sshfpfingerprint": 1
}, {
"type": "SSHFP",
"name": "@",
"target": "745a635bc46a397a5c4f21d437483005bcc40d7511ff15fbfafe913a081559bc",
"sshfpalgorithm": 4,
"sshfpfingerprint": 2
}]
}]
}