<!-- proxies
| This is a list of proxies which can be
used on this machine to connect to the network.
| Unless otherwise specified (by system
property or command-line switch), the first
proxy
| specification in this list marked as active
will be used.
|-->
<proxies>
<!-- proxy
| Specification for one proxy, to be used
in connecting to the network.
|
<proxy>
<id>optional</id>
<active>true</active>
<protocol>http</protocol>
<username>proxyuser</</username>
<password>proxypass</password>
<host>proxy.host.net</host>
<port>80</port>
<nonProxyHosts> local.net|some.host.com< /nonProxyHosts>
</proxy>
-->
</proxies>
取消注释代理选项,填写您的代理服务器的详细信息。
<!-- proxies
| This is a list of proxies which can be
used on this machine to connect to the network.
| Unless otherwise specified (by system
property or command-line switch), the first
proxy
| specification in this list marked as active
will be used.
|-->
<proxies>
<proxy>
<id>optional</id>
<active>true</active>
<protocol>http</protocol>
<username>yiibai</username>
<password>password</password>
<host>proxy.yiibai.com</host>
<port>8888</port>
<nonProxyHosts> local.net|some.host.com</nonProxyHosts>
</proxy>
</proxies>