NetBox DNS is a NetBox plugin for managing DNS data.
Project description
NetBox DNS
The NetBox DNS plugin enables NetBox to manage operational DNS data such as name servers, zones, records and views, as well as registration data for domains. It can automate tasks like creating PTR records, generating zone serial numbers, NS and SOA records, as well as validate names and values values for resource records to ensure zone data is consistent, current and conforming to the relevant RFCs.
Features
- Manage name servers, zones and records
- Automatically generate SOA and NS records for zones
- Automatically create and update PTR records for IPv4 and IPv6 address records
- Organize DNS zones in views for split horizon DNS and multi-site deployments
- Manage domain registrar and registrant information for domains related to zones
- Manage RFC2317 reverse zones for IPv4 prefixes with a network mask length longer than 24 bits
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.5.0 or higher
- Python 3.8 or higher
Installation & Configuration
Installation
$ source /opt/netbox/venv/bin/activate
(venv) $ pip install netbox-plugin-dns
NetBox Configuration
Add the plugin to the NetBox config. ~/netbox/configuration.py
PLUGINS = [
"netbox_dns",
]
To permanently keep the plugin installed when updating NetBox via update.sh
:
echo netbox-plugin-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 documentation on using plugins with NetBox: Using Plugins - NetBox Documentation
Contribute
Contributions are always welcome! Please see: contributing guide
Documentation
For further information, please refer to the full documentation: Using NetBox DNS
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file netbox_plugin_dns-0.22.5.tar.gz
.
File metadata
- Download URL: netbox_plugin_dns-0.22.5.tar.gz
- Upload date:
- Size: 48.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.8.18 Linux/6.5.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4d138c17cc9e3cea85c847dd1bb4a24e0027b07a472a8a3ba20f6bb36f3ae33 |
|
MD5 | 9825a93ed1beb3119e322c958e7b3869 |
|
BLAKE2b-256 | 92bbc75fefae8cc6a5fcea60f5724b8e3b1c39dba7117d7f7514c9e82692fa26 |
File details
Details for the file netbox_plugin_dns-0.22.5-py3-none-any.whl
.
File metadata
- Download URL: netbox_plugin_dns-0.22.5-py3-none-any.whl
- Upload date:
- Size: 91.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.8.18 Linux/6.5.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7d310b8d4119aaead347ba34dd054756a0ff51f89c691109d34d0dcb6c6e9af |
|
MD5 | 99ab99e095ad3a19373485a941286b79 |
|
BLAKE2b-256 | 7e45f565a54b93282bf8eee608dae59b2a52dc89e89df2a00aa8ef9433210d43 |