An open API service indexing awesome lists of open source software.

https://github.com/voronenko/godaddy

Set of shell scripts to manage dns entries for godaddy domains
https://github.com/voronenko/godaddy

Last synced: 9 months ago
JSON representation

Set of shell scripts to manage dns entries for godaddy domains

Awesome Lists containing this project

README

          

# godaddy
Set of shell scripts to manage dns entries for godaddy domains

1. Copy env.example to .env & configure your settings.

2. to add a completely new record

add_a_record.sh hostname 205.33.44.66 A
add_a_record.sh pointingto hostname CNAME

3. to update existing record

update_a_record.sh hostname 205.33.44.66 A
update_a_record.sh pointingto hostname CNAME

4. to remove

Not implemented in API :(