john-shine / Docker-CodeWeavers_CrossOver-VNC

A docker for run CrossOver though VNC remote manage
456 stars 91 forks source link

请问能否实现代理下载? #37

Closed Sheldonsix closed 4 years ago

Sheldonsix commented 4 years ago

主机在国外,连百度云的服务器比较慢,考虑能否通过代理的方式来下载百度网盘中的文件

john-shine commented 4 years ago

实现起来比较麻烦,没有网络通信和linux基础,比较难搞定 由于客户端不支持代理配置,所以需要配置网络层或更下层的代理如vpn,不能使用传输层的代理如socks

Sheldonsix commented 4 years ago

实现起来比较麻烦,没有网络通信和linux基础,比较难搞定 由于客户端不支持代理配置,所以需要配置网络层或更下层的代理如vpn,不能使用传输层的代理如socks

好的,谢谢回复