Python script to update a record on DNSIMPLE when your public IP changes. Kinda emulates a DDNS (i.e. no-ip)
You currently cannot use a domain API token, you need to use your account API token
- enter your email address and account API token in the .dnsimple file.
- Edit the main.py script and replace dummy values with your target domain name and domain record to be updated.
- Run the script twice: first time should update the target record, second time should yield an exception (ip didn't change)