netbox-powerdns-sync
netbox-powerdns-sync copied to clipboard
A Netbox plugin to manage DNS records in PowerDNS based on netbox IP Address and Device objects
I've patched netbox-powerdns-sync so it functions on Netbox 4.0. This should fix #11.
I'm trying to wrap my head around how PTR records are created in .arpa zones. Running it with out any options, doesn't populate the .arpa zone in question, and all...
Hi, There are some breaking changes in Netbox 4.0, including the following: `from extras.plugins import PluginConfig` should be replaced by `from netbox.plugins import PluginConfig`. I'm not sure what else needs...
Hello, When I try sync zone which is configured on my DNS server I received Error: "An exception occurred: PowerdnsSyncServerZoneMissing: Zone lan.example.eu not found on server ans01 Traceback (most recent...
Hi, I am trying to sync my netbox to my PowerDNS running on a server which uses a self signed TLS cert. The container netbox works in trusts the certificate...
The zone serial number, in the SOA record is not bumped when the sync is complete. Bumping the serial number is necessary in order for PowerDNS to send zone notifies...
Currently I am trying to make the hostnames of all my VMs resolvable via pdns. But it seems not possible to set only the entry for the primary IP. For...