[Pdns-users] API to add additional IP to an existing hostname

Kevin P. Fleming kevin at km6g.us
Wed Nov 25 14:37:02 UTC 2020


An 'rrset' is a *set* of records, which comprise *all* of the records
for that name/type combination. Please review the API documentation
for the 'zone'-related API operations, where this is spelled out.

So, as a result, you cannot supply, or update, the rrset partially.
Any rrset you supply replaces the existing rrset.

On Wed, Nov 25, 2020 at 9:23 AM Rudy Setiawan via Pdns-users
<pdns-users at mailman.powerdns.com> wrote:
>
> Hi Kevin, thanks for the reply.
> So sorry I think there is a misunderstanding, I am not thinking of replacing an existing rrset but more of adding a new rrset with the same hostname but different IP address.
>
> For example:
> app.test.com IN A 1.1.1.1
> app.test.com IN A 2.2.2.2
> and so on.
>
> Is there a way to do that?
>
> Thank you
>
> Regards,
> Rudy
>
> _______________________________________________
> Pdns-users mailing list
> Pdns-users at mailman.powerdns.com
> https://mailman.powerdns.com/mailman/listinfo/pdns-users


More information about the Pdns-users mailing list