update readme
This commit is contained in:
parent
1a4712d0f4
commit
51d3a9d0fe
10
README.md
10
README.md
|
@ -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`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue