GoobyDDNS Client for Windows. It's like the NoIP DUC but for your own domain and with Akamai / Linode Name Servers. I'll add multi-platform support at 10 Stars.
Current Version: v0.9.5
Release Date: 2026-08-15
You'll need...
- Linode API/PAT Key with Domain R/W Access
- Linode-CLI Domain Record ID
- Linode-CLI Subdomain Record ID
python -m pip install -r requirements.txt
pyinstaller --onefile --noconsole \
--icon "assets/icon.ico" \
--hidden-import requests \
--hidden-import pystray \
--hidden-import PIL \
--add-data "template.ini;." \
--add-data "assets/icon.ico;assets" \
--name GoobyDDNS app.pyIf pystray is not available in a frozen build, the application will fall back to a normal window close instead of crashing.
Linux Users should consider GoobyDDNS_Linux
