Created
June 23, 2016 12:11
-
-
Save pbruna/745f6b2944c0d5a2a51868d4dc749455 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rrsets":[ | |
{ | |
"name":"multiple.tempdomain.com", | |
"type":"A", | |
"changetype":"REPLACE", | |
"records":[ | |
{ | |
"content":"192.0.5.44", | |
"disabled":false, | |
"name":"multiple.tempdomain.com", | |
"ttl":86400, | |
"type":"A" | |
}, | |
{ | |
"content":"192.0.5.45", | |
"disabled":false, | |
"name":"multiple.tempdomain.com", | |
"ttl":86400, | |
"type":"A" | |
} | |
] | |
}, | |
{ | |
"name":"tempdomain.com", | |
"type":"SOA", | |
"changetype":"REPLACE", | |
"records":[ | |
{ | |
"name":"tempdomain.com", | |
"ttl":3600, | |
"type":"SOA", | |
"disabled":false, | |
"content":"a.misconfigured.powerdns.server hostmaster.tempdomain.com 2016062302 10800 3600 604800 3600" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment