Create, delete and maintain subdomains as a dynamic dns solution with Digital Ocean
DDNS is a dynamic DNS helper for Digital Ocean users to utilize their DO account as a Dynamic DNS resolver.
Copy the ddns.py
file to e.g. /usr/local/bin
folder and run chmod +x
to make it executable. You can remove the .py filending if you wish.
Run pip3 install -r requirements.txt
to install all requirements the app needs.
For instructions run
ddns -h
The program is best suited to be executed with e.g cron or any other system that can run at intervals. To run the app every 6 hours with cron add the following line to your crontab
0 */6 * * * /usr/local/bin/ddns
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
If you found a bug or you have sugestion for new features create an issue.
GPLv3
by: Rune OlsenMarch 20, 2023Visit site
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Have you created an Integration, API Wrapper, Service, or other Tool that helps developers build on DigitalOcean? Help users find it by listing it in Community Tools.