Skip to content
Snippets Groups Projects
Commit ad3e70e4 authored by ale's avatar ale
Browse files

Fix socks example using test-browser

parent 7d5d50a8
No related branches found
No related tags found
No related merge requests found
Pipeline #30094 passed
...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment