Skip to content

A Docker based solution for updating hostname IPs from godaddy.

Notifications You must be signed in to change notification settings

endoedgar/godaddy_dnsupdatescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godaddy_dnsupdatescript

A Docker based solution for updating hostname IPs from godaddy.

Steps to use this docker script.

Requirements

  • Docker
  • Docker compose

Once you have the requirements, follow these steps:

  1. You have to create a .env file in the same folder with the following structure:
GODADDY_DNS_DOMAIN=sampledomain.com
GODADDY_DNS_HOSTNAME=hostname
GODADDY_DNS_HOSTNAME_TYPE=A
GODADDY_DNS_TTL=3600
GODADDY_KEY=your_godaddy_key
GODADDY_SECRET=your_godaddy_secret
  1. After creating that file, just run the following command:
docker compose run script

Everything should work correctly out of the box.

About

A Docker based solution for updating hostname IPs from godaddy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published