Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-review-float-env-dashboard
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
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
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
ai3
tools
gitlab-review-float-env-dashboard
Commits
ad3e70e4
Commit
ad3e70e4
authored
3 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Fix socks example using test-browser
parent
7d5d50a8
No related branches found
No related tags found
No related merge requests found
Pipeline
#30094
passed
3 years ago
Stage: build
Stage: release
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.go
+2
-1
2 additions, 1 deletion
main.go
with
2 additions
and
1 deletion
main.go
+
2
−
1
View file @
ad3e70e4
...
@@ -57,7 +57,8 @@ body { background: white; }
...
@@ -57,7 +57,8 @@ body { background: white; }
<h4>SOCKS proxy connection</h4>
<h4>SOCKS proxy connection</h4>
<pre>ssh -nN -L 9051:{{.SocksIP}}:9051 {{.Hostname}} &
<pre>ssh -nN -L 9051:{{.SocksIP}}:9051 {{.Hostname}} &
export https_proxy=localhost:9051
# test-browser from ai3/testbed
test-browser --proxy=localhost:9051 https://...
</pre>
</pre>
</body>
</body>
...
...
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