Hello,
I would like to do some development but would prefer to anonymously. I am on a machine where traffic is not routed through Tor by default.
Initially there is this step:
git clone https://git.torproject.org/builders/tor-browser-bundle.git
That would associate my IP address with Tor development. Would it work to instead just do that via torsocks?
torsocks git clone https://git.torproject.org/builders/tor-browser-bundle.git
Are there other instances where there might be non-Tor connections? (Build scripts?)
-Delton