Dynamic DNS Connector for NetBox Fork of https://github.com/sjm-steffann/netbox-ddns
Go to file
Sander Steffann 8dc587a2cb Bump to version 0.2 2020-04-15 13:49:09 +02:00
.idea Bump to version 0.2 2020-04-15 13:49:09 +02:00
netbox_ddns Bump to version 0.2 2020-04-15 13:49:09 +02:00
.gitignore Initial commit 2020-04-15 00:56:20 +02:00
LICENSE.txt Initial commit 2020-04-15 00:56:20 +02:00
README.md Make TTL configurable 2020-04-15 01:09:13 +02:00
pyproject.toml Initial commit 2020-04-15 00:56:20 +02:00
setup.cfg Initial commit 2020-04-15 00:56:20 +02:00
setup.py Initial commit 2020-04-15 00:56:20 +02:00

README.md

Dynamic DNS Connector for NetBox

This plugin lets you define DNS servers that support RFC3007 Dynamic DNS Updates. For each server you specify which domains and reverse DNS domains it is responsible for, and after that NetBox will automatically send DNS Updates to those servers whenever you change the DNS name of an IP Address in NetBox.

Updates are sent from the worker process in the background. You can see their progress either by configuring Django logging or by looking at the Background Tasks in the NetBox admin back-end.

For now all configuration is done in the NetBox admin back-end. A later version will provide a nicer user interface.

Compatibility

This plugin in compatible with NetBox 2.8 and later.