Giter Site home page Giter Site logo

route53updater's Introduction

r53u

Route53Updater is a Python script that performs Dynamic DNS with Route53

AWS Route 53Boto3 librarycrontab.guru

Made With Love Awesome

Installation

git clone [email protected]:michaelpeterswa/Route53Updater.git
pip3 install -r requirements.txt
python3 update.py

Or download the file manually.

See additional installation steps below.

Runtime

If the previous IP doesn't match:

r53u

If the previous IP does match:

r53u

(Optional Installation Steps)

Ensure update.py (line 16) contains the full path to your config file:

CONFIG = "/home/user/Route53Updater/domains.toml"

Symlink the script:

ln -s /home/user/Route53Updater/update.py /usr/local/bin/r53u
chmod +x /usr/local/bin/r53u

Edit Crontab:

crontab -e

To run every 5 minutes append this line:

*/5 * * * * usr/local/bin/r53u > /home/user/r53u.log 2>&1

Release History

1.0.0 (11.16.20)

Meta

Michael Peters - [email protected]

License

MIT, see LICENSE

route53updater's People

Contributors

michaelpeterswa 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.