peteeckel / netbox-plugin-dns

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

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

Closed peteeckel closed 4 days ago

peteeckel commented 4 days 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.