DEV Community

Cover image for Cloudflare DDNS
Mohammad Zakery
Mohammad Zakery

Posted on

Cloudflare DDNS

Cloudflare DDNS

Cloudflare DDNS


DDNS Cloudflare BASH script is a simple bash script that allows you to easily update your Cloudflare's DNS records dynamically.

How to use this Script:

1.Clone or download all files from GitHub Page
2.Login to your Clodflare account.
3.Copy your generated Zone ID like bellow and place it on the specified section in script.

Zone_id

4.Click on Get your API token.

Global_api_key

5.Click on View like bellow.

Global_api_key1

6.Copy Your API Key and place it on the specified section in script.

Global_api_key2

7.Click on Create Token.

Bearer_key

8.Click on Use template like bellow.

Bearer_key1

9.Select the bellow options from drop down menu.

Bearer_key2

10.Copy generated code and place it on the specified section in script.
11.Write your domain in the specified section in script.
12.Finally run the CloudflareDDNS.sh

Top comments (0)