From a00bc29b0683cf5c4ad7b7e5ae0c5bc50978941a Mon Sep 17 00:00:00 2001 From: Matthew Strasiotto <39424834+matthewstrasiotto@users.noreply.github.com> Date: Mon, 5 Jul 2021 09:52:01 +1000 Subject: [PATCH] Updated RPC Setup XMLRPC (markdown) --- RPC-Setup-XMLRPC.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/RPC-Setup-XMLRPC.md b/RPC-Setup-XMLRPC.md index 3736641..16cc29c 100644 --- a/RPC-Setup-XMLRPC.md +++ b/RPC-Setup-XMLRPC.md @@ -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. \ No newline at end of file +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