Giter VIP home page Giter VIP logo

updater53's Introduction

Update Route53 - Dynamic DNS on Route53

Build Status Go pipeline status

This program enables you to update a record on Route53 to point to your public IP address if you don't have a static address. This can be scheduled using cron or any other scheduling tool of choice.

Example usage:

$ ./updater53 -records house.example.com
2017/03/17 00:11:18 Your IP: "108.228.144.143"
2017/03/17 00:11:18 updating record "house.example.com"

# and if you run this again after updating the record:

$ ./updater53 -records house.example.com
2017/03/17 00:11:18 Your IP: "108.228.144.143"
2017/03/17 00:11:18 updating record "house.example.com"
2017/03/17 00:12:42 no need to update record "house.example.com.",
already pointing to "108.228.144.143"

Install

This tool is go gettable with Go 1.13. It can be installed by running go get -u -x github.com/jahkeup/updater53. The AWS Authentication is handled by the AWS Go SDK and can be configured in the same fashion as you'd configure the aws cli utility or other SDK usages (in the $HOME/.aws/credentials file or via environment variables).

updater53's People

Contributors

bors[bot] avatar dependabot[bot] avatar giuliano108 avatar jahkeup avatar petderek avatar samuelkarp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

updater53's Issues

Handle IPv6 response from whatip providers

Some providers, for instance https://icanhazip.com, may provide an IPv6 address when making a request from a host with an IPv6 address. Support should be added to handle this response from the provider either by cowardly refusing to add AAAA records to Route53 or by adding them at the user's request.

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.