From 62483167bd69878563bf0d9f8c36f537f7a71047 Mon Sep 17 00:00:00 2001 From: niXta1 <20064891+niXta1@users.noreply.github.com> Date: Sun, 3 Jun 2018 15:00:37 +0200 Subject: [PATCH] Update README.MD with instructions for RPC Added information on how to connect to RPC. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 060dba3a3..abbb3dea2 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,9 @@ $ docker run -d \ -p 8080:8080 \ haugene/transmission-openvpn-proxy ``` +## Access the RPC + +You need to add a / to the end of the URL to be able to connect. Example: http://my-host:9091/transmission/rpc/ ## Known issues, tips and tricks