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
Tom Limoncelli df163c0042 OVH: Update to use newer client library (#445)
* xlucas/go-ovh is deprecated, use ovh/go-ovh instead.

* vendor github.com/ovh/go-ovh

* Fix 022-sshfp.json test
2019-05-20 15:39:19 -04:00

59 lines
1.5 KiB
JSON

{
"registrars": [],
"dns_providers": [],
"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
}]
}]
}