The “name” field must be the full hostname that ends with the domain name to be
valid.
Here’s an example from a working zone:
MariaDB [powerdns]> select * from domains limit 1;
++++++-+-+-+
| id | name | master | last_
The backend is going to determine what can be done and I am not seeing that
below. There are many option depending on how complex the changes are in that
zone in the DR site. If you have a similar IP subnet scheme in a /23 or /24
with the same 4th octet and the backend is a database, then a sc
FYI, there are many ways to transfer the data from one DNS auth server into
pdns. This method should work with any type of DNS master and is pretty simple
to do without having to do direct database inserts that are tough to understand
when first learning PowerDNS. Later on when PowerDNS has be
On 1/5/19 10:19 PM, mike wrote:
> Hello,
>
>
> I am configuring dynamic updates on my (hidden) master server, and
> having trouble getting it to automatically notify the slaves on a change
> to the zone.
>
> My master server is running pdns 4.1.5 on Ubuntu 18 (bionic) with
> gmysql bac