1.0.0 • Published 7 years ago

r53ddns v1.0.0

Weekly downloads
5
License
-
Repository
-
Last release
7 years ago

R53-DDNS

A NodeJS (console) application used to update a Route53 record to support DDNS

Ideal as an AWS-Based alternative to dyndns or other client-based solutions.

Requires an AWS Account subscribed to the Route53 service and an existing Route53 zone. see: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/CreatingHostedZone.html

Usage

usage: ddns -h --verbose -z ZONE -r RECORDSET -t TTL

Updates Route53 to reflect the current Public IP determined for you environment

Optional arguments:

-h, --help Show this help message and exit.

-v, --version Show program's version number and exit.

--verbose Enable verbose logging

-z ZONE, --hostedZone ZONE The hosted zone id containing the dns record

-r RECORDSET, --recordSet RECORDSET The record set to update

-t TTL, --ttl TTL The ttl to use for the new record value