diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-12 09:01:07 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-12 09:01:07 -0400 |
commit | ea953bfe580714bd2ad0b03373639b002a00998d (patch) | |
tree | 1b0ceaf3a17bf24cafa66ac98b768cb03e14210b /README.md | |
download | cloudflare-autodns-ea953bfe580714bd2ad0b03373639b002a00998d.tar.gz cloudflare-autodns-ea953bfe580714bd2ad0b03373639b002a00998d.tar.bz2 cloudflare-autodns-ea953bfe580714bd2ad0b03373639b002a00998d.zip |
script
Diffstat (limited to '')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e8c7160 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# 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 + +## License + +This project is Licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) |