dyndns53

A python script to keep your public ip address updated dyndns style in route53.


License
MIT
Install
pip install dyndns53==1.0.0

Documentation

dyndns53.py

A python script to keep your public ip address updated dyndns style in route53.

Installation

pip install dyndns53

Make sure ~/.boto has your credentials

[Credentials]
aws_access_key_id = AAAAAAAAAAAAAAAAAAAA
aws_secret_access_key = ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ

Usage

dyndns53.py --subdomain=home --domain=example.org

Add to a cron or run it by hand. The choice is up to you.