No description
Find a file
2023-09-12 09:06:29 -04:00
dns.sh add schbang 2023-09-12 09:05:20 -04:00
LICENSE script 2023-09-12 09:01:07 -04:00
README.md add pre requirements 2023-09-12 09:06:29 -04:00

Cloudflare AutoDNS

A bash script to update your dns (for cloudflare) for those who run servers with a dynamic IP

How to

The following enviornment variables are to be set

1. API_TOKEN    Your cloudflare API token
2. ZONE         The zone contaning the dns record
3. DOMAIN       The domain record in the zone to be updated

This script is best used with a cron job

Requirements

curl, jq, and printf need to be installed on the system

License

This project is Licensed under the GPLv3