Add README
This commit is contained in:
parent
f8cd5ba2e5
commit
ae9b885fc4
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# zoneupdate
|
||||||
|
|
||||||
|
## Purpose
|
||||||
|
Zoneupdate updates via Gandi LiveDNS API the subdomains and domains of domain name, providing a simple DDNS solution.
|
||||||
|
|
||||||
|
## Python module dependencies
|
||||||
|
* requests
|
||||||
|
* json
|
||||||
|
* toml
|
||||||
|
* re
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
Expects config file in /etc/zoneupdate.conf.
|
Loading…
Reference in a new issue