peteeckel / netbox-plugin-dns

NetBox DNS is a NetBox plugin for managing DNS data.
https://pypi.org/project/netbox-plugin-dns
MIT License
204 stars 17 forks source link

Add a filter to Record and Zone objects to determine if they are active #426

Closed peteeckel closed 1 month ago

peteeckel commented 1 month ago

Using nb_lookup it's impossible to use an api_filter that determines whether a zone or record is active or not.

Such a filter should be added.