User Tools

Site Tools


nix:proxy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
nix:proxy [2016/06/03 11:55] – [Git] kauffmannix:proxy [2016/08/19 11:12] kauffman
Line 13: Line 13:
 Read up on SOCKS proxies here: https://en.wikipedia.org/wiki/SOCKS Read up on SOCKS proxies here: https://en.wikipedia.org/wiki/SOCKS
  
-Where the port number is set to '20000', you can set this to any number between 1025-65535+Where the port number is set to '20000', you can set this to any number between 1025-65535. You may find you will actually need to change this number if some other process is already using that port.
  
 Now we can create a SOCKS proxy without a password: Now we can create a SOCKS proxy without a password:
Line 74: Line 74:
  
  
 +===== HTTP(S)=====
 +You can also use our HTTP proxy server.
  
 +==== Setup ====
 +In the shell type the following:
 +<code>
 +export http_proxy=http://webproxy.cs.uchicago.edu:3128
 +export https_proxy=https://webproxy.cs.uchicago.edu:3128
 +</code>
/var/lib/dokuwiki/data/pages/nix/proxy.txt · Last modified: 2021/01/19 09:52 by kauffman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki