Mention --proxy in Tor setup
This commit is contained in:
parent
34d65c8d51
commit
6feb20c8e8
|
@ -50,6 +50,7 @@ servers:
|
||||||
```sh
|
```sh
|
||||||
./gtranslate \
|
./gtranslate \
|
||||||
--user-agent "Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0" \
|
--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
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue