This shows you the differences between two versions of the page.
misc:proxy [2017/05/22 10:58] frank created |
misc:proxy [2017/05/22 11:00] (current) frank |
||
---|---|---|---|
Line 3: | Line 3: | ||
Proxyon | Proxyon | ||
<code> | <code> | ||
- | proxy=http://www-proxy.us.oracle.com:80/ | + | http_proxy=http://www-proxy.us.oracle.com:80/ |
+ | no_proxy="localhost,127.0.0.1,.us.oracle.com,.cn.oracle.com,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16" | ||
- | export http_proxy=$proxy | + | export http_proxy |
- | export https_proxy=$proxy | + | export https_proxy=$http_proxy |
- | export ftp_proxy=$proxy | + | export ftp_proxy=$http_proxy |
- | export HTTPS_PROXY=$proxy | + | export HTTPS_PROXY=$http_proxy |
- | export HTTP_PROXY=$proxy | + | export HTTP_PROXY=$http_proxy |
- | export FTP_PROXY=$proxy | + | export FTP_PROXY=$http_proxy |
- | export no_proxy="localhost,127.0.0.1,.us.oracle.com,.cn.oracle.com,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16" | + | export no_proxy |
export NO_PROXY=$no_proxy | export NO_PROXY=$no_proxy | ||
</code> | </code> |