NetBox DNS is a NetBox plugin for managing DNS data.

dns netbox netbox-plugin
2 Open Issues Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to debug and fix a bug in the NetBox DNS plugin where the 'prechange' field in webhooks is null when updating IPAM-managed addresses. This prevents proper tracking of changes when using IPAM DNS sync, making it difficult to manage DNS records accurately. The solution involves investigating why the 'prechange' data is not captured during IPAM address updates and modifying the plugin's webhook functionality to include this missing information.

Complexity: 4/5
bug good first issue

NetBox DNS is a NetBox plugin for managing DNS data.

Python
#dns#netbox#netbox-plugin

AI Summary: Debug and fix a bug in the NetBox DNS plugin where using a multiple objects custom field with a template on DNS Zones, referencing DNS Views, results in a 'Value must be valid JSON' error. The issue stems from the custom field's value not being correctly processed as a list of object IDs when using a template.

Complexity: 4/5
bug good first issue

NetBox DNS is a NetBox plugin for managing DNS data.

Python
#dns#netbox#netbox-plugin