Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Dynamic DNS for your GoDaddy domains

by stevieb (Canon)
on May 17, 2022 at 18:26 UTC ( [id://11143954]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Addr::MyIP;
    use Net::DynDNS::GoDaddy;
    ...
    if ($current_host_ip ne $my_ip) {
        host_ip_set($host, $domain, $my_ip);
    }
    
  2. or download this
    {
       "api_key" : "api_key",
       "api_secret" : "api_secret"
    }
    
  3. or download this
    > update-ip home example.com
    
    ...
    Please enter your GoDaddy API secret and hit ENTER: ..api_secret... 
    
    Updated record for 'home.example.com' from x.x.x.x to x.x.x.x
    
  4. or download this
    > update-ip home example.com
    Not updating the 'home.example.com' record, IPs are the same
    
  5. or download this
    > update-ip home example.com 10.7.10.2
    
  6. or download this
    # Home storage server
    */15 * * * * update-ip home example.com >> /tmp/update-home_cron.log 2
    +>&1
    
  7. or download this
    */15 * * * * update-ip roaming example.com >> /tmp/update-roaming_cron
    +.log 2>&1
    
  8. or download this
    Usage: update-ip host domain.name [ip.addr]
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://11143954]
Approved by kcott
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-26 01:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found