# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-netbox-ddns VERSION= 1.2.9 KEYWORDS= python VARIANTS= v11 v12 SDESC[v11]= Dynamic DNS Connector for NetBox (3.11) SDESC[v12]= Dynamic DNS Connector for NetBox (3.12) HOMEPAGE= https://github.com/sjm-steffann/netbox-ddns CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/e8/bf/34670fe8b7d7357c61e656ada5730e0e04d88ea0616fe7661491ca8ad1e1 DISTFILE[1]= netbox_ddns-1.2.9-py3-none-any.whl:main DF_INDEX= 1 SPKGS[v11]= single SPKGS[v12]= single OPTIONS_AVAILABLE= PY311 PY312 OPTIONS_STANDARD= none VOPTS[v11]= PY311=ON PY312=OFF VOPTS[v12]= PY311=OFF PY312=ON DISTNAME= netbox_ddns-1.2.9.dist-info GENERATED= yes [PY311].RUN_DEPENDS_ON= python-setuptools:single:v11 python-dnspython:single:v11 [PY311].USES_ON= python:v11,wheel [PY312].RUN_DEPENDS_ON= python-setuptools:single:v12 python-dnspython:single:v12 [PY312].USES_ON= python:v12,wheel [FILE:1277: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. ## 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:113:distinfo] 79b9e74468631c2d03e72b90ae7f08dc9171ceb49e03c3c15f9aacd9d225dcfe 24311 netbox_ddns-1.2.9-py3-none-any.whl