Skip to content
Snippets Groups Projects
Verified Commit f7a1a93a authored by Torsten Grote's avatar Torsten Grote
Browse files

Use different Tor ports than Briar

parent 40c30ab5
No related branches found
No related tags found
1 merge request!26Use different Tor ports than Briar
Pipeline #7815 passed
...@@ -7,7 +7,7 @@ public interface TorConstants { ...@@ -7,7 +7,7 @@ public interface TorConstants {
String HS_PRIVATE_KEY_V3 = "onionPrivKey3"; String HS_PRIVATE_KEY_V3 = "onionPrivKey3";
String HS_ADDRESS_V3 = "onionAddress3"; String HS_ADDRESS_V3 = "onionAddress3";
int SOCKS_PORT = 59050; int SOCKS_PORT = 59052;
int CONTROL_PORT = 59051; int CONTROL_PORT = 59053;
} }
ControlPort 59051 ControlPort 59053
CookieAuthentication 1 CookieAuthentication 1
DisableNetwork 1 DisableNetwork 1
RunAsDaemon 1 RunAsDaemon 1
SafeSocks 1 SafeSocks 1
SocksPort 59050 SocksPort 59052
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment