Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sponsor-61-sims
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
Container registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
Jim Newsome
sponsor-61-sims
Merge requests
!35
Add support for legacy tor clients
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add support for legacy tor clients
legacy-clients
into
main
Overview
2
Commits
1
Pipelines
0
Changes
2
Merged
Jim Newsome
requested to merge
legacy-clients
into
main
3 years ago
Overview
2
Commits
1
Pipelines
0
Changes
2
Expand
Fixes
#3 (closed)
Edited
3 years ago
by
Jim Newsome
0
0
Merge request reports
Compare
main
version 5
a158b4a6
3 years ago
version 4
4e9dd321
3 years ago
version 3
2a81ec3f
3 years ago
version 2
d5c21853
3 years ago
version 1
d70f15f2
3 years ago
main (base)
and
latest version
latest version
f2c01ecf
1 commit,
3 years ago
version 5
a158b4a6
1 commit,
3 years ago
version 4
4e9dd321
4 commits,
3 years ago
version 3
2a81ec3f
3 commits,
3 years ago
version 2
d5c21853
2 commits,
3 years ago
version 1
d70f15f2
1 commit,
3 years ago
2 files
+
32
−
17
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
3
−
0
Options
@@ -54,6 +54,9 @@ variables:
@@ -54,6 +54,9 @@ variables:
PL_TORV2_EXIT_BW_UP_FRAC
:
PL_TORV2_EXIT_BW_UP_FRAC
:
value
:
"
0.0"
value
:
"
0.0"
description
:
Fraction of (non-authority) relays to use the secondary tor version
description
:
Fraction of (non-authority) relays to use the secondary tor version
PL_TORV2_BG_CLIENT_BW_UP_FRAC
:
value
:
"
0.0"
description
:
Fraction of bg-traffic clients to use the secondary tor version
PL_TORNETTOOLS_REPO
:
PL_TORNETTOOLS_REPO
:
value
:
https://github.com/shadow/tornettools.git
value
:
https://github.com/shadow/tornettools.git
description
:
tornettools repo
description
:
tornettools repo
Loading