Skip to content

UltraPhil/dnsimple-python-ddns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dnsimple-python-ddns

Python script to update a record on DNSIMPLE when your public IP changes. Kinda emulates a DDNS (i.e. no-ip)

known limitation

You currently cannot use a domain API token, you need to use your account API token

Usage

  • 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)

About

Python script to update a record on DNSIMPLE when your public IP changes. Kinda emulates a DDNS (i.e. no-ip)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages