Update README.md about torrc
config edit
This commit is contained in:
parent
a63920f51b
commit
857d6c8a94
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ The super easy way to setup a [Tor](https://www.torproject.org) [SOCKS5](https:/
|
|||
|
||||
## IP renewal
|
||||
|
||||
- Tor changes circuit automatically every 10 minutes by default, which usually bring you the new IP address, it's affected by `MaxCircuitDirtiness` config, you can override it with your own `torrc`. See the official [manual](https://www.torproject.org/docs/tor-manual.html.en) for more details.
|
||||
- Tor changes circuit automatically every 10 minutes by default, which usually bring you the new IP address, it's affected by `MaxCircuitDirtiness` config, you can override it with your own `torrc`, or edit the config file and restart the container. See the official [manual](https://www.torproject.org/docs/tor-manual.html.en) for more details.
|
||||
|
||||
- To manually renew the IP that Tor gives you, simply restart your docker container to open a new circuit:
|
||||
|
||||
|
|
Loading…
Reference in a new issue