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
179 stars 98 forks source link

Add Append Option to TorInstaller.updateTorConfigCustom #113

Open sisbell opened 5 years ago

sisbell commented 5 years ago

Add append option: TorInstaller.updateTorConfigCustom(String content, boolean append)

By default, the update is only append. We should explicitly add this as an option so we can overwrite the torrc file completely when desired.