Unifi Controller, basic DNS manager using T3 Stack.
909
The unifi dns manager requires the Unifi Network application installed. This container was built and tested on a UDM PRO. I created a user and password that is required to access the Network application. This user will login via the API and get all Static DNS Routes from the network application. You can then send either A or AAAA records only as I did not need the others.
Clicking on the Remove link will remove the DNS Entry through the Unifi API.
To make this container work you will want to use the following command
docker run -d -e UNIFI_USER=<user> -e UNIFI_PASS=<unifipass> -p 3000:3000 dns-manager
Content type
Image
Digest
sha256:8f19ca9fe…
Size
231.5 MB
Last updated
over 1 year ago
docker pull turtlez/dns-manager