A Python-based GUI application for automatically updating Cloudflare DNS records with your current public IP address.
- Support for multiple domains via comma-separated inputs
- Flexible Zone ID mapping:
- Single Zone ID can be applied to multiple records
- Multiple Zone IDs can be mapped 1:1 with record names
- Automatic validation of Zone ID and Record Name counts
- Clean, modern interface using ttk widgets
- API key masking for security
- Clear input field labels with usage instructions
- Real-time countdown display for auto-updates
- Detailed status messages in scrollable text area
- Non-blocking auto-update implementation
- Responsive UI during updates
- Live countdown timer
- Configurable update intervals
- Manual update option
- Save/Load configuration support
- Persistent settings between sessions
- Secure API key storage
-
Enter your Cloudflare API credentials:
- API Key
- Email address
-
Configure your domains:
- Zone ID(s): Single ID or comma-separated list
- Record Name(s): Comma-separated list of domain names
- Record Type: DNS record type (e.g., A, AAAA)
-
Set update interval in minutes
-
Choose update mode:
- Click "Manual Update" for one-time update
- Click "Start Auto Update" for scheduled updates
- Use "Stop Auto Update" to halt automatic updates
- Python 3.x
- requests library
- tkinter (usually included with Python)
pip install -r requirements.txtpython cfUpdater.py