# Buildsheet autogenerated by ravenadm tool -- Do not edit.
NAMEBASE= python-netbox-dns
VERSION= 0.17.0
KEYWORDS= python
VARIANTS= v12 v13
SDESC[v12]= Domain Name Services plugin for Netbox (3.12)
SDESC[v13]= Domain Name Services plugin for Netbox (3.13)
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
DIST_SUBDIR= python-src
DF_INDEX= 1
SPKGS[v12]= single
SPKGS[v13]= single
OPTIONS_AVAILABLE= PY312 PY313
OPTIONS_STANDARD= none
VOPTS[v12]= PY312=ON PY313=OFF
VOPTS[v13]= PY312=OFF PY313=ON
DISTNAME= netbox_dns-0.17.0.dist-info
GENERATED= yes
[PY312].RUN_DEPENDS_ON= python-dnspython:single:v12
[PY312].USES_ON= python:v12,wheel
[PY313].RUN_DEPENDS_ON= python-dnspython:single:v13
[PY313].USES_ON= python:v13,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:124:distinfo]
fe494454d181eec67a5b46c4c774f367b90c3c794f1034de31a7d583aaaeba7b 60394 python-src/netbox_dns-0.17.0-py3-none-any.whl