Add support for v3 hidden service addresses.

This commit is contained in:
akwizgran
2018-03-30 16:30:09 +01:00
parent b464fe1653
commit 14befb957b
3 changed files with 38 additions and 20 deletions

View File

@@ -4,7 +4,8 @@ public interface TorConstants {
TransportId ID = new TransportId("org.briarproject.bramble.tor");
String PROP_ONION = "onion";
String PROP_ONION_V2 = "onion";
String PROP_ONION_V3 = "onion3";
int SOCKS_PORT = 59050;
int CONTROL_PORT = 59051;