Hi,
While I am using Cloudflare CLI to add A record to my cloudflare account
such as this
cfcli -a -t A add 3hk 1.1.1.1 -e [email protected] -k in-RipHRCY6-VjWYwvUoHVIubDHahc0j
It will add a proxy A record
But I want a record with non-proxy status.
At control panel I can do it,but how to do it by using CLI?
I want some guidance.
You can use command below to install cli at linux
Install via npm
yum -y install npm
npm install -g cloudflare-cli
Any other CLI tools to achieve my goals is appreciated.
Sorry for the delay in replying to this, I haven’t been working on this project. Hopefully you managed to resolve this issue. If not can you please try running the command
cfcli -a -t A add 3hk 1.1.1.1 -e [email protected] -k f3f3eedae298 -d doudoulong.club
And see if that works.
So I assume this project doesn’t update for long times.