Keep a Route 53 zone up-to-date by querying for your current IP and updating the zone A record.
2.2K
Updates a Route 53 Zone with your computer's public IP
./update_ip.py --help
usage: update_ip.py --zone_name <zone_name> --fqdn <fqdn> --daemon
Update Public IP to Route53
optional arguments:
-h, --help show this help message and exit
--zone_name ZONE_NAME, -z ZONE_NAME
Zone Name (i.e. example.com)
--fqdn FQDN, -f FQDN Fully Qualified Domain Name (i.e. home.example.com)
--daemon, -d Run as a daemon to periodically update the zone (every
300 secs)
--interval INTERVAL, -i INTERVAL
Interval in seconds to update IP if run in daemon mode
Content type
Image
Digest
Size
72.7 MB
Last updated
over 6 years ago
docker pull brandonwagner/dynamic-ip-route53