Go to file
tanshu c3e7151aef Moving to Sanic from Pyramid.
Views working as of now. Need to work on Authentication

Signed-off-by: tanshu <tanshu@gmail.com>
2020-04-28 16:37:29 +05:30
bifrost Moving to Sanic from Pyramid. 2020-04-28 16:37:29 +05:30
.gitignore Moving to Sanic from Pyramid. 2020-04-28 16:37:29 +05:30
CHANGES.txt Initial commit but hopefully working application. 2013-12-03 00:11:03 +05:30
MANIFEST.in Initial commit but hopefully working application. 2013-12-03 00:11:03 +05:30
README.txt Initial commit but hopefully working application. 2013-12-03 00:11:03 +05:30
requirements.txt Moving to Sanic from Pyramid. 2020-04-28 16:37:29 +05:30
setup.cfg Initial commit but hopefully working application. 2013-12-03 00:11:03 +05:30
setup.py Moving to Sanic from Pyramid. 2020-04-28 16:37:29 +05:30

README.txt

This application provides a dyndns server style updater for using webfaction domain as dyndns.
the url to be used in updating is as follows
http://[USERNAME]:[PASSWORD]@tanshu.com/update?hostname=[DOMAIN]
or with custom ip address
http://[USERNAME]:[PASSWORD]@tanshu.com/update?hostname=[DOMAIN]&ip=[IP]
The users are maintained in the .htpasswd file in the production.ini directory.
The way to add/update users is "htpasswd .htpasswd [USERNAME]
the domains should be in the "dns_info" file in the format "domain:ipaddress"
The location of both the files can be changed in the ini file.
Also, the webfaction username and password needs to be configured in the ini file.