Skip to content

Vrtgs/cloudflare-ddns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudflare DDNS

Auto update the cloudflare DNS for dynamic IPs.

Download

Check the last release. Download the executable that matches your system

After downloading unzip the folder.

Configuration

There would be 4 files, edit api.toml with the following format:

[account]
email     = "[email protected]"
api-token = "8dY3nH-As0krmv83n3pm1l"

[zone]
id     = "e3ed5fb820dd3ccc3be5f15765d329ad"
record = "subdomain.domain.tld"
# proxied = false

the api-token should be generated from here with "Edit zone DNS"

License

TBD