Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
platform
Merge requests
!123
Refactor tor
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Refactor tor
micah/platform:feat/refactor_tor
into
master
Overview
19
Commits
3
Pipelines
10
Changes
18
Closed
micah
requested to merge
micah/platform:feat/refactor_tor
into
master
7 years ago
Overview
4
Commits
3
Pipelines
10
Changes
18
Expand
This MR does a few things to refactor our tor support:
Fixes exits so that they properly are disabled with older versions of tor
Splits the tor services into three different possible types (tor-relay, tor-exit and hidden-service)
Makes sure that different tor services are not possible configurations when they are not allowed
Edited
7 years ago
by
micah
0
0
Merge request reports
Compare
master
version 9
ae49f6d9
7 years ago
version 8
c123af37
7 years ago
version 7
5585db54
7 years ago
version 6
d46ebfc2
7 years ago
version 5
70ea51f1
7 years ago
version 4
481f1f46
7 years ago
version 3
6a1062bf
7 years ago
version 2
d2559b84
7 years ago
version 1
2e01c513
7 years ago
master (base)
and
latest version
latest version
21aa1242
3 commits,
7 years ago
version 9
ae49f6d9
3 commits,
7 years ago
version 8
c123af37
3 commits,
7 years ago
version 7
5585db54
3 commits,
7 years ago
version 6
d46ebfc2
3 commits,
7 years ago
version 5
70ea51f1
5 commits,
7 years ago
version 4
481f1f46
4 commits,
7 years ago
version 3
6a1062bf
3 commits,
7 years ago
version 2
d2559b84
4 commits,
7 years ago
version 1
2e01c513
4 commits,
7 years ago
18 files
+
117
−
33
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
Search (e.g. *.vue) (Ctrl+P)
provider_base/services/_tor_common.json
0 → 100644
+
8
−
0
Options
{
"tor"
:
{
"type"
:
"disabled"
,
"contacts"
:
"= [provider.contacts['tor'] || provider.contacts.default].flatten"
,
"nickname"
:
"= (self.name + secret(:tor_family)).sub('_','')[0..18]"
,
"family"
:
"= nodes[:services => 'tor'][:environment => '!local'].field('tor.nickname').join(',')"
}
}
Loading