diff --git a/API-Remote.md b/API-Remote.md new file mode 100644 index 0000000..33d3a83 --- /dev/null +++ b/API-Remote.md @@ -0,0 +1,17 @@ +# Remote + +## Get client ip +`GET /remote/ip` + +This call returns the ip of the client. This can e.g. be used for dynamic DNS Clients. + +### Response +| code | result | +| --- | --- | +| 200 | Everything okay | + +```json +{ + "ip": "1.2.3.4" +} +``` \ No newline at end of file