Updated RPC Setup XMLRPC (markdown)

Matthew Strasiotto
2021-07-05 09:52:01 +10:00
parent 68d130d1ea
commit a00bc29b06
+10 -6
@@ -1,10 +1,5 @@
# Using XMLRPC with rTorrent
## TODOs for this page
* Security review of all the webserver config snippets (specifically nginx)
* Use non-deprecated commands
* Use domain sockets, and only mention TCP in a warning
* Take out all the "you could" stuff that only confuses people (less options is more)
## Security concerns regarding exposing the `xmlrpc` API
@@ -185,4 +180,13 @@ Note that all commands now require a target, even if it is an empty string.
> xmlrpc localhost p.get_url 91A2DF0C9288BC4C5D03EC8D8C26B4CF95A4DBEF:p0
```
The first and second example passes the index of the file as an integer and string respectively. The third example uses a more compact syntax that contains both the info hash, type and index in the same string.
The first and second example passes the index of the file as an integer and string respectively. The third example uses a more compact syntax that contains both the info hash, type and index in the same string.
## TODOs for this page
* [ ] Security review of all the webserver config snippets (specifically nginx)
- @matthewstrasiotto has *improved* nginx snippets, though I can't say whether I've done a thorough review.
* [ ] Use non-deprecated commands
- Unsure where deprecated commands have been used
* [x] Use domain sockets, and only mention TCP in a warning
* [ ] Take out all the "you could" stuff that only confuses people (less options is more)
- I dot know if this is done