Skip to content

kevinroleke/NameCannon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NameCannon

Automatically register a list of domain names, add them as zones on Cloudflare, then add DNS records.

Usage

$ ./NameCannon --namesiloSecret <namesilo api key> --cloudflareSecret <cloudflare token> --dnsRecordsFile <path/to/dnsFile.txt> --domainsFile <path/to/listOfDomains.txt>

api keys

  • Create Namesilo account, fund it in Account Funds Manager, create an API key.
  • Create a Cloudflare account, create an API Token, give it permissions of edit on Zone*, read account settings, read user details.

dns file format

type subdomain answer ttl (priority)?

A @ 1.1.1.1 3600
MX @ google.com 3600 15
CNAME cats 1.0.0.1 3600

About

Automatically register a list of domain names, add them to Cloudflare and set DNS records.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages