Mention --proxy in Tor setup

This commit is contained in:
Alexey Yerin 2021-01-22 12:37:27 +03:00
parent 34d65c8d51
commit 6feb20c8e8
1 changed files with 1 additions and 0 deletions

View File

@ -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
...
```