Coder Social home page Coder Social logo

godaddy-ddns's Introduction

GoDaddy DDNS

Provides DDNS functionality for GoDaddy managed DNS Domains

Motivation

If you like running your own webserver from home using a domain from GoDaddy but you have a dynamic IP address then this program could be the solution to your problem.

This Ruby script detects your external IP address and updates A records in your GoDaddy domain for you. You can set this up in a cron or run it manually from the commandline.

Before using this you will need to get your GoDaddy API-key and secret.

API Keys

  1. Navigate to GoDaddy Developer Portal and click on "Keys".
  2. Login with your GoDaddy account.
  3. Under "Production" click on the + sign.
  4. Note down your API-key and secret.

Requirements

Ruby (>=1.9)

Installation and Configration

  1. Check out this repository
  2. Add the API key and Secret to the godaddy_ddns.yaml file
  3. Add what domain you want to update (currently the script only supports updating one domain at a time)
domain: yourdomain.com
  1. Add the A record hostname(s) you want to be dynamically updated each time the script is run.
dns-arecords:
    - www
    - mail

Running

This script can be run inside a cron or just manually.

During execution the script writes to a file the users current external IP address. The next time the script is run it checks to see if this address has changed, if it has it will update the records with GoDaddy and update the external address file (remote_ip.addr). If the address has not changed it will simply do nothing.

If there was a problem with connecting to the API an error will be reported to STDERR handy for capturing errors when run inside a cron.

This script returns 0 on success and 1 on failure.

Warranty

This is free software and I offer no warranty whatsoever.

godaddy-ddns's People

Contributors

lightreign avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.