From 4fb98fc524dcffd137f2cc41bb6b6cc252168213 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Thu, 23 Jul 2020 12:56:36 +0200 Subject: [PATCH] create token --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 06210f1..367c907 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,21 @@ # Docker DDNS Cloudflare -Simple container for setting setting and updating to your local ip address. -Only makes requests if the IP has changed since last time. -By default it runs once every minute and the IP is resolved by https://canihazip.com. +## Features 🌈 + +- Simple container for setting setting and updating to your local ip address. +- Only makes requests if the IP has changed since last time. +- By default it runs once every minute and the IP is resolved by https://canihazip.com. ## Quickstart 🚀 -1. Get yout api token [here](https://dash.cloudflare.com/) (Top right -> My Profile -> Scroll Down -> Global Api Key) +1. Get yout api token [here](https://dash.cloudflare.com/profile/api-tokens) (Top right -> My Profile -> API Tokens) + +Click create token. You can then use the Edit DNS Zone template. Give it a name. + +``` +Permissions: Zone, DNS, Edit +Zone Resources: Include, All Zones +``` 2. Create the wanted DNS record (e.g. `some.example.com`). The script can only update it, not create it.