dperson / torproxy

GNU Affero General Public License v3.0
515 stars 144 forks source link

IP rotation #4

Closed petergombos closed 7 years ago

petergombos commented 7 years ago

Is there a way to set NewCircuitPeriod when running the container?

dperson commented 7 years ago

There is in the just pushed version. =) If you set an environment variable that starts with TOR_ it will be set in the configuration file. IE, -e TOR_NewCircuitPeriod=10 will add (or change if the configuration if it exists) to NewCircuitPeriod 10.

It will also work for other settings. It hasn't had much testing yet...