From 0629c641895c262061aa6754f4db9b81a0f3b33f Mon Sep 17 00:00:00 2001 From: Salim Gasmi Date: Sun, 25 Feb 2018 19:55:16 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c9087b010..cb28fadba 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ If you provide a list, a file will be randomly chosen in the list, this is usefu ``` -e "OPENVPN_CONFIG=ipvanish-AT-Vienna-vie-c02 ipvanish-FR-Paris-par-a01 ipvanish-DE-Frankfurt-fra-a01" ``` +If you provide a list and the selected server goes down, after the value of ping-timeout the container will be restarted and a server will be randomly chosen, note that the faulty server can be chosen again, if this should occur, the container will be restarted again until a working server is selected. + +To make sure this work in all cases, you should add ```--pull-filter ignore ping``` to your OPENVPN_OPTS variable. As you can see, the container also expects a data volume to be mounted. This is where Transmission will store your downloads, incomplete downloads and look for a watch directory for new .torrent files.