|
发表于 2011-7-12 23:03:54
|
显示全部楼层
BOINC只用80TCP通信
如果代理需要密码的话不妨试试配置cc_config.xml
<cc_config>
<log_flags>
<file_xfer_debug>0</file_xfer_debug>
<http_debug>0</http_debug>
<http_xfer_debug>0</http_xfer_debug>
<proxy_debug>0</proxy_debug>
</log_flags>
<options>
<force_auth>basic</force_auth>
</options>
</cc_config>
force_auth可以设置为basic, digest, gss-negotiate 和 ntlm
一个一个试试看 |
|