dennis
dennis
is a command line tool for managing your DNS records. It can manage DNS records for multiple accounts and providers, including:
- Cloudflare
- DigitalOcean
- GoDaddy
- Route53 (Coming Soon)
Important
Heads up! This project is still in early development. While I feel pretty confident about it, just, like, you know. Be aware of that.
Installation
composer global require joetannenbaum/dennis
Make sure that Composer binaries are in your $PATH
:
export PATH="$PATH:$HOME/.composer/vendor/bin"
Adding an Account
dennis accounts:add
Adding or Updating a Record
dennis records:add
Listing DNS Records
dennis records:list
Updating Nameservers
dennis nameservers:update
Roadmap
- Support Route53
- Configurable sets of records to add
- Ability to connect directly domains directly to droplets, servers, load balancers, etc