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

Merge branch 'change-tor-ports' into 'main'

Increment tor control and socks port by two

See merge request !55
parents ebfcabc4 598ea7c6
No related branches found
No related tags found
1 merge request!55Increment tor control and socks port by two
Pipeline #8715 passed
......@@ -26,7 +26,7 @@ public interface TorConstants {
String HS_PRIVATE_KEY_V3 = "onionPrivKey3";
String HS_ADDRESS_V3 = "onionAddress3";
int SOCKS_PORT = 59052;
int CONTROL_PORT = 59053;
int SOCKS_PORT = 59054;
int CONTROL_PORT = 59055;
}
ControlPort 59053
ControlPort 59055
CookieAuthentication 1
DisableNetwork 1
RunAsDaemon 1
SafeSocks 1
SocksPort 59052
SocksPort 59054
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