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
174 stars 97 forks source link

Move TorConfigBuilder and TorSettings to its own module #139

Open sisbell opened 4 years ago

sisbell commented 4 years ago

Move TorConfigBuilder and TorSettings to its own module. This will decouple the builder classes from both the OnionProxyContext and the TorInstaller so that configuration can stand on its own. This is to create more modular components so other projects can reuse just what they need.