joetannenbaum / dennis
A CLI app to manage your DNS records.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.5
- illuminate/http: ^10.0
- illuminate/validation: ^10.22
- laravel-zero/framework: ^10.0.2
- laravel/prompts: ^0.1.7
- nunomaduro/termwind: ^1.15.1
- spatie/laravel-data: ^3.8
Requires (Dev)
- laravel/pint: ^1.8
- mockery/mockery: ^1.5.1
- pestphp/pest: ^2.5
- spatie/laravel-ray: ^1.33
- tightenco/duster: ^2.4
This package is auto-updated.
Last update: 2024-10-21 03:41:35 UTC
README
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