python-netbox-dns
Port variant py311
Summary Domain Name Services plugin for Netbox (3.11)
Package version 0.16.1
Homepage https://github.com/auroraresearchlab/netbox-dns
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py310
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 07 JAN 2023, 04:18:24 UTC
Port created 07 JAN 2023, 04:18:24 UTC
Subpackage Descriptions
single

NetBox DNS

NetBox DNS is a NetBox plugin for managing DNS data.

[image] [image] [image] [image] [image] [image] [image]
## Features * Manage name servers * Manage DNS zone information, automatically generating SOA and NS records * Automatically create and update PTR records for A and AAAA records * Optionally organize zones in views to cater for split horizon DNS and multi site deployments NetBox DNS is using the standardized NetBox plugin interface, so it also takes advantage of the NetBox tagging and change log features. ## Requirements * NetBox 3.4 or higher * Python 3.8 or higher ## Installation & Configuration ### Installation ``` $ source /opt/netbox/venv/bin/activate (venv) $ pip install netbox-dns ``` ### Configuration Add the plugin to the NetBox config. `~/netbox/configuration.py` ```python PLUGINS = [ "netbox_dns", ] ``` To permanently mount the plugin when updating NetBox: ``` echo netbox-dns >> ~/netbox/local_requirements.txt ``` To add the required netbox_dns tables to your database run the following command from your NetBox directory: ``` ./manage.py migrate ``` Full reference: [Using Plugins - NetBox Documentation] ## Screenshots ![Zones] ![Zone Detail] ![Records] ![Record Detail] ## Contribute Contributions are always welcome! Please see: [contributing guide] ## License MIT
Configuration Switches (platform-specific settings discarded)
PY310 OFF Build using Python 3.10 PY311 ON Build using Python 3.11
Package Dependencies by Type
Build (only) python-pip:single:py311
autoselect-python:single:standard
Build and Runtime python311:single:standard
Runtime (only) python-dnspython:single:py311
Download groups
main mirror://PYPIWHL/2a/b0/c469f61a09cde185839332e0af315edfbb1de69b8132ed28ad295f38a0aa
Distribution File Information
a69f316747c08c57d7f44108535967b1a209feb217673065f05a41990e157f7d 57614 netbox_dns-0.16.1-py3-none-any.whl
Ports that require python-netbox-dns:py311
No other ports depend on this one.