Skip to content

Instantly share code, notes, and snippets.

@hrsano645
hrsano645 / dyndns_route53.py
Created May 15, 2018 05:44 — forked from mariocesar/dyndns_route53.py
Update a Route53 Record if your public IP changes. Like DynDNS
"""
Requeriments:
$ sudo pip install boto dnspython
Edit ~/.boto to use your AWS credentials
"""
import time
import sys