# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-netbox-dns VERSION= 0.17.0 KEYWORDS= python VARIANTS= v11 v12 SDESC[v11]= Domain Name Services plugin for Netbox (3.11) SDESC[v12]= Domain Name Services plugin for Netbox (3.12) HOMEPAGE= https://github.com/auroraresearchlab/netbox-dns CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/dd/a4/ad2ddaa61b9e4d2b528b4b5704efe852c6fb7237d99d115f385f6cfe35f4 DISTFILE[1]= netbox_dns-0.17.0-py3-none-any.whl:main DF_INDEX= 1 SPKGS[v11]= single SPKGS[v12]= single OPTIONS_AVAILABLE= PY311 PY312 OPTIONS_STANDARD= none VOPTS[v11]= PY311=ON PY312=OFF VOPTS[v12]= PY311=OFF PY312=ON DISTNAME= netbox_dns-0.17.0.dist-info GENERATED= yes [PY311].RUN_DEPENDS_ON= python-dnspython:single:v11 [PY311].USES_ON= python:v11,wheel [PY312].RUN_DEPENDS_ON= python-dnspython:single:v12 [PY312].USES_ON= python:v12,wheel [FILE:1424:descriptions/desc.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 [FILE:113:distinfo] fe494454d181eec67a5b46c4c774f367b90c3c794f1034de31a7d583aaaeba7b 60394 netbox_dns-0.17.0-py3-none-any.whl