From 6ad037d9b05843107081b5e7c73ccfb456d95cce Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Mon, 6 Nov 2017 05:19:16 +0800 Subject: [PATCH] Update README about renew IP/circuit, close #1 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3721acc..ba08d41 100644 --- a/README.md +++ b/README.md @@ -52,5 +52,15 @@ The super easy way to setup a tor SOCKS5 proxy server without relay/exit feature ```sh $ docker stop tor_socks_proxy ``` + +## How to renew IP? + + - To To renew the IP that Tor gives you, simply restart your docker container: + ```sh + $ docker restart tor_socks_proxy + ``` + + Just note that all the connections will be terminated and need to be reconnected. + For the project sustainability I strongly encourge you to help setup Tor bridge/exit and donate money to the Tor project (Not this proxy project) when you have the ability/capacity!