A Windows client for dynamically updating Cloudflare DNS entries with your public IP address.
- Can update IPv4 (A) records, IPv6 records (AAAA), or both
- Support both Cloudflare API keys and tokens
- Supports API tokens scoped to specific zones
- Does updates on an adjustable timer, e.g., every 30 minutes
- Supports minimize on load, check for updates
- DnsTube only updates existing Cloudflare records. It will not create or remove records.
- DnsTube must currently be run as a logged-in user. The next release will support running it as a service.
This solution was built using Visual Studio 2019. It's probably best to use that version. The Microsoft Visual Studio Installer Projects extension was used to make the Setup project work in VS2019.
Head over to the Releases page to download the latest binary.
Contributions are welcome!
- D'Arcy Rittich
- kurtnelle
- Support for Cloudflare API tokens
- Support for IPv6
- Check for updates
- Dotnet Core, command line utility that can update cloudflare based on multiple gateway/ip stack configurations (windows only)
- Run as a Windows service
- Optional Startup shortcut creation
- Debian support of command line utility
This project is licensed under the MIT License - see the LICENSE file for details.
Some of the UI was inspired by CloudFlare-DDNS-Updater.