Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.
/ flare-at Public archive

Point a Cloudflare website to an IP address using Type A DNS records.

License

Notifications You must be signed in to change notification settings

ygreyeb/flare-at

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flare-at

Point a Cloudflare website to an IP address using Type A DNS records.

Requirements

  • 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.

Usage

  1. Build the project with cargo build --release. Drop the release flag to compile faster without optimizations.
  2. Use it like this: ./target/release/flare-at -t <token> -z <zone> -n example.com <ip>.
  3. To see what each option means run ./target/release/flare-at -h

About

Point a Cloudflare website to an IP address using Type A DNS records.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages