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
- Host: GitHub
- URL: https://github.com/voronenko/godaddy
- Owner: Voronenko
- Created: 2016-06-12T21:37:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T15:05:17.000Z (over 9 years ago)
- Last Synced: 2025-04-15T01:15:44.219Z (9 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :(