From 31fbe9069948ab360307db4a3dfca903b1c7691a Mon Sep 17 00:00:00 2001 From: deadjakk <30613497+deadjakk@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:26:49 -0600 Subject: [PATCH] Update README.md --- server/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/README.md b/server/README.md index ae8e8c3..5289215 100644 --- a/server/README.md +++ b/server/README.md @@ -12,5 +12,6 @@ Usage: There is no interaction with this server, just information regarding the state of the socks communication. -Note: I would advise against using 'localhost:2020' and instead opt for 127.0.0.1: - for the frontend address, as proxychains gave me issues. +After the client has successfully connected back to the server, +place `socks5 127.0.0.1 2020` in `/etc/proxychains.conf` +and proxy your traffic using `proxychains ` or use via browser, etc.