Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moojigc/moojigc-cloudflare-ddns
https://github.com/moojigc/moojigc-cloudflare-ddns
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/moojigc/moojigc-cloudflare-ddns
- Owner: moojigc
- Created: 2022-11-24T20:23:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T20:07:21.000Z (about 2 months ago)
- Last Synced: 2024-11-17T21:18:56.640Z (about 2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cloudflare-dns-updater
Use Cloudflare's API to update your DNS A records if you have a dynamic IP address.
## Cron
setup following line in crontab where {ABS_PATH} is the path to this directory:
```crontab
*/5 * * * * {ABS_PATH}/check_zone.py update-all --zone-name=your-domain.xyz
```