Crates.io | nsupdate_cloudflare |
lib.rs | nsupdate_cloudflare |
version | 0.1.0 |
source | src |
created_at | 2020-05-13 21:20:46.897805 |
updated_at | 2020-05-13 21:20:46.897805 |
description | A simple yet dirty tool to apply nsupdate commands to CloudFlare DNS |
homepage | https://github.com/RedL0tus/nsupdate_cloudflare |
repository | https://github.com/RedL0tus/nsupdate_cloudflare |
max_upload_size | |
id | 241256 |
size | 73,584 |
A simple yet dirty tool that can update your DNS records on CloudFlare with good old nsupdate commands.
I know the src/parser.rs
and src/nsupdate.pest
is dirty as fsck, but hey, it werks.
nsupdate_cloudflare 0.1.0
A simple yet dirty tool to apply nsupdate commands to CloudFlare DNS
USAGE:
nsupdate_cloudflare [FLAGS] --file <file> --zone <zone-id> --token <token>
FLAGS:
-h, --help Prints help information
-v, --verbose Verbose level
-V, --version Prints version information
OPTIONS:
-f, --file <file> Path to nsupdate file
-t, --token <token> Token retrieved from Cloudflare
-z, --zone <zone-id> Zone ID retrieved from Cloudflare