thaliproject / Tor_Onion_Proxy_Library

Provides a JAR and an AAR for embedding the Tor Onion Proxy into a Java or Android Program
Apache License 2.0
175 stars 98 forks source link

DefaultSettings.disableNetwork should be true #80

Closed sisbell closed 5 years ago

sisbell commented 5 years ago

We should start with a disabled network. Currently OnionProxyManager.start will flag the network as enabled after it finishes setting up the control connection. So a simple change to the default settings is all we need.