A small app to utilize a DO account as a Dynamic DNS helper
Go to file
2023-03-22 11:39:35 +01:00
.gitignore Added last checked timestamp. Added setup script and instuctions for manual install 2023-03-22 11:30:39 +01:00
ddns.py Added last checked timestamp. Added setup script and instuctions for manual install 2023-03-22 11:30:39 +01:00
LICENSE Added last checked timestamp. Added setup script and instuctions for manual install 2023-03-22 11:30:39 +01:00
README.md Added last checked timestamp. Added setup script and instuctions for manual install 2023-03-22 11:30:39 +01:00
requirements.txt Fixed requirements.txt 2023-03-20 10:05:49 +01:00
setup.sh Small fixes 2023-03-22 11:39:35 +01:00

DDNS

DDNS is a dynamic DNS helper for Digital Ocean users to utilize their DO account as a Dynamic DNS resolver.

Installation

Install with

wget -O - https://gitlab.pm/rune/test/raw/branch/main/setup.sh | bash

Manual install

Download the latest relase from https://gitlab.pm/rune/ddns/releases. Unzip and move to a folder in you path (ease of use). You can alos rename the file ddns.py to just ddns and make the file executable with chmod +x ddns

Usage

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Support

If you found a bug or you have sugestion for new features create an issue.

Future development

  • IPv6 support
  • Add and delete non existing (new) domains to DO account

License