Point a Cloudflare website to an IP address using Type A DNS records.
- Get the zone ID from Cloudflare dashboard overview tab.
- Create an API token with permission to read and write DNS records.
- Create a Type A DNS record for the domain. This utility will not create a DNS record, it will merely update an existing one.
- Build the project with
cargo build --release. Drop thereleaseflag to compile faster without optimizations. - Use it like this:
./target/release/flare-at -t <token> -z <zone> -n example.com <ip>. - To see what each option means run
./target/release/flare-at -h