Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 342 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 342 Bytes

DynamicDNS-client

Python3 based dynamic DNS ip updater.

Currently tested with python 3.5

Supported Dynamic DNS services:

  • ChangeIP
  • FreeDNS
  • DuckDNS

####Dependancies:

  • Requests
  • netifaces

####TODO:

  • Create a more generic error parser.
  • make a plugin based architecture.
  • Create a setup.py
  • write tests
  • Make it into a package