MewX / Psiphon3-for-Linux

[NOT MAINTAINED] 针对Linux环境,综合Phiphon3和DeleGate搭建的免费翻墙工具,稳定、安全!(可以本机获取SOCKS5代理和HTTP代理地址和端口)P.S. Shadowsocks for Linux 也很好用~
GNU General Public License v2.0
191 stars 76 forks source link

Is it possible to choose the server manually ? #3

Open hillz1 opened 8 years ago

hillz1 commented 8 years ago

First off, thank you for making psiphon3 available on linux, I really appreciate it. It runs well on my machine but it doesn't seem to have an option to choose which server I want to connect to, is it possible to choose the server manually ?

MewX commented 8 years ago

The official server list is now hosted in https://s3.amazonaws.com/f58p-mqce-k1yj/server_list, and the url in pyclient/update.py should be modified? This url changes very often.

In the file pyclient/psi_client.py, there is a method called Data.load(), which I think can dump the whole server list. You can see a sample in connect() in pyclient/psi_client.py.

However, I'm not sure. Because that's so long time ago, and I'm now using Shadowsocks. :(