<div dir="ltr">Hi there,<div><br></div><div>Currently the powerdns has an 'A' record of a hostname, let's say:</div><div><a href="http://app.test.com">app.test.com</a> in A  1.1.1.1</div><div><br></div><div>I wanted to add another IP into <a href="http://app.test.com">app.test.com</a> , how can I do that?</div><div><br></div><div>I tried to send the rrsets something like this:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">"rrsets": [<br>                {<br>                    "name": "<a href="http://app.test.com">app.test.com</a>.",<br>                    "type": "A",<br>                    "changetype": "REPLACE",<br>                    "ttl": 600,<br>                    "records": [<br>                        {<br>                            "content": "2.2.2.2",<br>                            "disabled": false,<br>                            "type": "A",<br>                            "priority": 0<br>                        }<br>                    ]<br>                }<br>            ]<br></blockquote><div><br></div><div>It will just overwrite the old entry, is there another way or another changetype to add the same hostname with different IP?</div><div><br></div><div>Thank you</div><div><br>Regards,</div><div>Rudy</div><div><br></div></div>