From 6feb20c8e81248b6dec0d184a1d7792b457c0194 Mon Sep 17 00:00:00 2001 From: Alexey Yerin Date: Fri, 22 Jan 2021 12:37:27 +0300 Subject: [PATCH] Mention --proxy in Tor setup --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbd0d55..dc91a86 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ servers: ```sh ./gtranslate \ --user-agent "Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0" \ + --proxy socks5://localhost:1080 \ # Set `Socks5Proxy localhost` in Tor config ... ```