python-netbox-dns
Port variant v11
Summary Domain Name Services plugin for Netbox (3.11)
Package version 0.17.0
Homepage https://github.com/auroraresearchlab/netbox-dns
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 09 OCT 2023, 04:40:21 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)
PY311 ON Build using Python 3.11 PY312 OFF Build using Python 3.12
Package Dependencies by Type
Build (only) python-pip:single:v11
autoselect-python:single:standard
Build and Runtime python311:single:standard
Runtime (only) python-dnspython:single:v11
Download groups
main mirror://PYPIWHL/dd/a4/ad2ddaa61b9e4d2b528b4b5704efe852c6fb7237d99d115f385f6cfe35f4
Distribution File Information
fe494454d181eec67a5b46c4c774f367b90c3c794f1034de31a7d583aaaeba7b 60394 netbox_dns-0.17.0-py3-none-any.whl
Ports that require python-netbox-dns:v11
No other ports depend on this one.