Skip to content

thomascoe/tac-dyndns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tac-dyndns

Basic Dynamic DNS Updater Client in Python. Written to support the no-ip.com API, but should be easily extensible to other dynamic DNS providers

Usage

./dyndns.py config.json

You must provide a JSON file with your configuration parameters. Required:

  • method (web or interface)
  • hostname (dynamic DNS name that will be updated)
  • username
  • password
  • externIf (interface name, only required if using method 'interface')

Note: the JSON file must be writable by the user running the program. The program stores the last detected IP in this file so that unnecessary updates are not sent

About

Basic Dynamic DNS Updater Client in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages