Get a new Tor identity within a certain period of time

Hello,
I have installed Tor on Linux box and users on the network use it as a proxy. I want the Tor to get a new IP address every 10 minutes (New Tor identity). Does Tor have an option for this?

Thank you.

1 Like

And what would be the scope of getting a new identity every 10 minutes?

1 Like

This is already the default behavior, isn’t it?

1 Like

Have a look at this: A step-by-step guide how to use Python with Tor and Privoxy · GitHub

1 Like

Hello,
Thank you so much for your reply.
Really? Where is this written in the configuration file?

1 Like

Hello,
Thank you so much, but this requires Python to be installed!

1 Like

Hello,
Thank you so much for your reply.
To find nodes with more speed and traffic as well as new IP address.

1 Like

MaxCircuitDirtiness NUM
Feel free to reuse a circuit that was first used at most NUM seconds ago, but never attach a new stream to a circuit that is too old. For hidden services, this applies to the last time a circuit was used, not the first. Circuits with streams constructed with SOCKS authentication via SocksPorts that have KeepAliveIsolateSOCKSAuth also remain alive for MaxCircuitDirtiness seconds after carrying the last such stream. (Default: 10 minutes)

2 Likes

Hello,
Thanks again.
If this is the default option, why don’t I see such an option in my torrc file?

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.