email-ddns

A DDNS server/client that only rely on free services (email, outer ip getter)


Keywords
emailddns, email-ddns
License
AGPL-3.0
Install
pip install email-ddns==0.0.2

Documentation

email-ddns

https://travis-ci.org/starofrainnight/email-ddns.svg?branch=master https://ci.appveyor.com/api/projects/status/github/starofrainnight/email-ddns?svg=true

A DDNS server/client that only rely on free services (email, outer ip getter)

  • License: AGPL-3.0

Usage

This library provied a script you could just run under console

Server:

$ email-ddns -i imap.qq.com -s smtp.qq.com -a xxxx@qq.com -p password server

Client:

$ email-ddns -i imap.qq.com -s smtp.qq.com -a xxxx@qq.com -p password client

Credits

This package was created with Cookiecutter and the PyPackageTemplate project template.