https://github.com/jeffersonqin/cloudflareddns
DDNS service for Cloudflare
https://github.com/jeffersonqin/cloudflareddns
cloudflare cloudflareddns ddns ddns-client ddns-script ddns-updater dns-record dns-record-updater pyqt5
Last synced: about 1 month ago
JSON representation
DDNS service for Cloudflare
- Host: GitHub
- URL: https://github.com/jeffersonqin/cloudflareddns
- Owner: JeffersonQin
- License: mit
- Created: 2020-07-02T08:13:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-18T04:35:30.000Z (almost 5 years ago)
- Last Synced: 2025-02-03T20:50:09.926Z (over 1 year ago)
- Topics: cloudflare, cloudflareddns, ddns, ddns-client, ddns-script, ddns-updater, dns-record, dns-record-updater, pyqt5
- Language: Python
- Homepage:
- Size: 36.9 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CloudflareDDNS
## Description
DDNS tool for Cloudflare. A software with a GUI written by PyQt5. This software will automatically update your current DNS to the link you want to update.
## Author
Author: Haoyun Qin
## Usage
- X_AUTH_KEY: Global API Key.
- ZONE_ID: Can be checked on the web page.
- DNS_RECORD_NAME: The DNS_Record name for your website.
- WEBSITE_URL: URL for your website.
Exact Descriptions and official APIs: https://api.cloudflare.com/
## PyInstaller parameters
```shell
pyinstaller ddns.py -w --clean --hidden-import PyQt5.sip -F
```