Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 -e

Add the following line and save it.

*/5 * * * * /path/to/cloudflare-ddns.sh

## License
[MIT](http://thi.mit-license.org)