Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Mailbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar Mailbox
Commits
9d5f3e22
Commit
9d5f3e22
authored
3 years ago
by
Sebastian
Browse files
Options
Downloads
Plain Diff
Merge branch '34-different-tor-ports' into 'main'
Use different Tor ports than Briar Closes
#34
See merge request
!26
parents
393a86c2
f7a1a93a
No related branches found
No related tags found
1 merge request
!26
Use different Tor ports than Briar
Pipeline
#7869
passed
3 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mailbox-core/src/main/java/org/briarproject/mailbox/core/tor/TorConstants.java
+2
-2
2 additions, 2 deletions
.../java/org/briarproject/mailbox/core/tor/TorConstants.java
mailbox-core/src/main/resources/torrc
+2
-2
2 additions, 2 deletions
mailbox-core/src/main/resources/torrc
with
4 additions
and
4 deletions
mailbox-core/src/main/java/org/briarproject/mailbox/core/tor/TorConstants.java
+
2
−
2
View file @
9d5f3e22
...
@@ -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
=
5905
0
;
int
SOCKS_PORT
=
5905
2
;
int
CONTROL_PORT
=
5905
1
;
int
CONTROL_PORT
=
5905
3
;
}
}
This diff is collapsed.
Click to expand it.
mailbox-core/src/main/resources/torrc
+
2
−
2
View file @
9d5f3e22
ControlPort 5905
1
ControlPort 5905
3
CookieAuthentication 1
CookieAuthentication 1
DisableNetwork 1
DisableNetwork 1
RunAsDaemon 1
RunAsDaemon 1
SafeSocks 1
SafeSocks 1
SocksPort 5905
0
SocksPort 5905
2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment