Skip to main content

Netbox Dns is a netbox plugin for managing zone, nameserver and record inventory.

Project description

Netbox DNS

Netbox Dns is a netbox plugin for managing zone, nameserver and record inventory.

PyPi Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors License Badge

Features

  • Manage zones (domains) you have.
  • Manage nameservers for zones.
  • Manage zone records.
  • Assign tags to zones, nameservers and records.

Requirements

  • Netbox 3.0
  • python 3.7

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

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 from your netbox directory:

./manage.py migrate

Full reference: Using Plugins - NetBox Documentation

Screenshots

Zones

Zone Detail

Contribute

Contributions are always welcome! Please see: contributing guide

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netbox-dns-0.6.0.tar.gz (21.4 kB view hashes)

Uploaded Source

Built Distribution

netbox_dns-0.6.0-py3-none-any.whl (34.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page