Skip to content

vedarthk/docker-route53-ddclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Route53 ddclient

Docker image to update dynamic IP address into AWS Route53 DNS zone.

Usage

  1. Pull the docker image:
docker pull vedarthk/route53-ddclient:1.0.0
  1. Run a docker container to update the IP address:
docker run --rm vedarthk/route53-ddclient:1.0.0 ROUTE53_ZONE_ID fully.qualified.domain.name

You can run this as a cron job which can keep updating the IP address.

Development

This docker image is based on Python, which is used to install awscli a commandline tool to interact with AWS cloud infrastructure.

Clone

git clone [email protected]:vedarthk/docker-route53-ddclient.git

Build

cd docker-route53-ddclient
docker built -t image:tag .

About

Docker image to update dynamic IP address into AWS Route53 DNS zone.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages