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

Fix Addresses/Ports in TorConfigBuilder #138

Open sisbell opened 4 years ago

sisbell commented 4 years ago

Port fields are inconsistent. Some are string, some are ints. Use a general address type for these fields that includes: host, port (int or "auto").