/ Published in: Bash
In order to use a proxy by default for your network-based commands, create the file "~/.ssh/config" and give it these properties. Replace "proxyhost" with the hostname/IP of the proxy server and "80" with the port of the proxy server.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ProxyCommand /usr/bin/nc -X connect -x proxyhost:80 %h %p