Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moojigc/cloudflare-dns-checker
https://github.com/moojigc/cloudflare-dns-checker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moojigc/cloudflare-dns-checker
- Owner: moojigc
- Created: 2022-11-24T20:23:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T14:16:07.000Z (about 1 year ago)
- Last Synced: 2023-11-03T15:30:06.223Z (about 1 year ago)
- Language: Python
- Size: 3.91 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
```