nkleck / Godaddy-DDNS

This script dynamically udpates GoDaddy DNS A record. I have to use Godaddy for a domain and I wanted a way to update the A record whenever the IP changed.This is particularly useful for home networks hosting websites where the domain is hosted at godaddy.
10 stars 7 forks source link

Subdomains #1

Open ghost opened 7 years ago

ghost commented 7 years ago

Can you update to support sub domain A records? Example: mydomain.com Subdomain: home.mydomain.com (A record - home) myserver1.home.mydomain.com (A record - myserver1.home) myserver2.home.mydomain.com (A record - myserver2.home)