aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: d00ff1e3a364c87056a966e18362315ecc306d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DDNS.py
=======
DDNS.py is a frontend for dynamic dns, with the goal of mirroring
existing APIs so any dyndns client can be used. Currently it only has
a very limited support of the dyn.com API.

This is currently very experimental...

Dependencies (under Debian)
---------------------------
* python-dns
* python-flask
* python-yaml
* python-ipy

<!--
vim: tw=70
-->