Skip to content
 
 

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudflare-aname

A simple CLI tool to achieve similar functionality of ANAME, ALIAS and CNAME flattening. Turns any CNAME into an A and AAAA records.

Usage

Run cloudflare-aname in a terminal with -conf <path-to-config> arguments.

Configuration file

The configuration file uses YAML syntax.

cloudflare:
  api-token: <cloudflate-api-token>
  zone-id: <cloudflare-zone-id>
record:
  name: something.somecloudflaredomain.com
  target: something.elb.eu-central-1.amazonaws.com
  ttl: 60 # Default value: 60 seconds

Copyright and license

Code released under the Apache License, Version 2.0.

Notice of Non-Affiliation and Disclaimer

We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Cloudflare, or any of its subsidiaries or its affiliates. The official Cloudflare website can be found at https://www.cloudflare.com/.

The name Cloudflare as well as related names, marks, emblems and images are registered trademarks of their respective owners.

About

A simple CLI tool to achieve similar functionality of ANAME, ALIAS and CNAME flattening. Turns any CNAME into an A and AAAA records.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages