# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-netbox-ddns VERSION= 1.7.0 KEYWORDS= python VARIANTS= v13 v14 SDESC[v13]= Dynamic DNS Connector for NetBox (3.13) SDESC[v14]= Dynamic DNS Connector for NetBox (3.14) HOMEPAGE= https://github.com/sjm-steffann/netbox-ddns CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/b0/49/7d55e7c9a414884a2b0287426bbc5db51d545b2a4760cfc437ea4f81ebf2 DISTFILE[1]= netbox_ddns-1.7.0-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v13]= single SPKGS[v14]= single OPTIONS_AVAILABLE= PY313 PY314 OPTIONS_STANDARD= none VOPTS[v13]= PY313=ON PY314=OFF VOPTS[v14]= PY313=OFF PY314=ON DISTNAME= netbox_ddns-1.7.0.dist-info GENERATED= yes [PY313].RUN_DEPENDS_ON= python-setuptools:single:v13 python-dnspython:single:v13 [PY313].USES_ON= python:v13,wheel [PY314].RUN_DEPENDS_ON= python-setuptools:single:v14 python-dnspython:single:v14 [PY314].USES_ON= python:v14,wheel [FILE:1544:descriptions/desc.single] # 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] v3.0.0 and greater, support for Netbox v2.11.0 is dropped in v1.1.4 due to UI implementation. > [!Important] > Netbox 4.0 - Admin interface disabled by default
> Can be re-enabled by specifying `DJANGO_ADMIN_ENABLED = True` in `configuration.py`
> If static files are not loaded, re-run `upgrade.sh` this will copy back the required static assets. ## Installation First, add `netbox-ddns` to your `/opt/netbox/local_requirements.txt` file. Create it if it doesn't exist. Then enable the plugin in `/opt/netbox/netbox/netbox/configuration.py`, like: ```python PLUGINS = [ 'netbox_ddns', ] ``` And finally run `/opt/netbox/upgrade.sh`. This will download and install the plugin and update the database when necessary. Don't forget to run `sudo systemctl restart netbox netbox-rq` like `upgrade.sh` tells you! [FILE:124:distinfo] d324f98a174af3d84acb1f3e7bcc1b6ca0c82de2e49bf0bc89dfed9a33d8ca8e 37775 python-src/netbox_ddns-1.7.0-py3-none-any.whl