Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thii/cloudflareddns
Dynamic DNS for CloudFlare
https://github.com/thii/cloudflareddns
Last synced: 6 days ago
JSON representation
Dynamic DNS for CloudFlare
- Host: GitHub
- URL: https://github.com/thii/cloudflareddns
- Owner: thii
- Created: 2014-11-17T11:31:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-17T11:31:26.000Z (almost 10 years ago)
- Last Synced: 2024-10-10T05:35:17.553Z (27 days ago)
- Language: Shell
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CloudFlareDDNS
Dynamic DNS for CloudFlare## Usage
Edit `YOUR_CLOUDFLARE_API`, `YOUR_CLOUDFLARE_EMAIL`, `ZONE_NAME`, `RECORD_ID`, `RECORD_TYPE`, `RECORD_NAME` in `cloudflare-ddns.sh` with yours.
Make the script run every five minutes to ensure no more than 5 minutes downtime should your wan IP change.
$ crontab -eAdd the following line and save it.
*/5 * * * * /path/to/cloudflare-ddns.sh
## License
[MIT](http://thi.mit-license.org)