update readme

This commit is contained in:
Viktor Varland 2016-04-05 18:59:29 +02:00
parent 1a4712d0f4
commit 51d3a9d0fe

View file

@ -5,13 +5,17 @@ Simple dynamic DNS resolver which works with
[Tomato](http://www.polarcloud.com/tomato) and requires [Python [Tomato](http://www.polarcloud.com/tomato) and requires [Python
3](http://python.org). 3](http://python.org).
## `/`: ## `/show/:user`:
Shows the current IP that is set Shows the current IP that is set for key `:user`.
## `/update/:ip`: ## `/update/:user/:ip`:
Updates the current IP. Updates the current IP.
`:ip` must match the request client address. `:ip` must match the request client address.
## `/go/:user/:port`:
This redirects you to whatever IP that `:user` is set to along with `:port`.