git clone https://github.com/abdooo9/cloudflare-ddns.git
- Create new API Keys with Cloudfalre API Tokens Panel with
read
,edit
Permissions - Now we need modification environments
- change
.env.example
file name to.env
- change
config.json.example
file name toconfig.json
- Type your
zoneID
in config.json (You can get it from dashboard),readAuthKey
andeditAuthKey
in.env
file after equal sign
- change
- Run App
- Type
npm i
in your command line - Type
node index.js
- Type
DDNS App is work!