Shadowsocks-Qt5
Please check project's wiki for "how-tos".Introduction
Shadowsocks-Qt5 is a native and cross-platform shadowsocks GUI client with advanced features.Features
- Shadowsocks-Qt5 is written in C++ with Qt 5.
- Support traffic statistics
- Support server latency (lag) test
- Use multiple profiles simultaneously
config.ini
is located under~/.config/shadowsocks-qt5/
on *nix platforms, or under the application's directory on Windows.
Note
Ifss-qt5
crashes and the only one instance mode is checked,
you may need to manually delete /tmp/qipc_sharedmemory_ShadowsocksQt*
and /tmp/qipc_systemsem_ShadowsocksQt*
.
Otherwise, ss-qt5
will complain that another instance is already running.
Run ss-qt5
again is also expected to work.from https://github.com/shadowsocks/shadowsocks-qt5
https://github.com/shadowsocks/libQtShadowsocks
---------
相关帖子:http://briteming.blogspot.com/2016/08/debianshadowsocks-qt5.html
----------
Ubuntu:安装带有图形界面的Shadowsocks
这是一个开源项目shadowsocks-qt5
,使用QT5
做出的图形界面。Ubuntu下使用
PPA
源安装,省去了好多麻烦事(仅支持Ubuntu 14.04及以上):sudo add-apt-repository ppa:hzwhuang/ss-qt5
sudo apt-get update
sudo apt-get install shadowsocks-qt5
安装完毕后参数配置不用多说,在测试延迟时出现数值的意思:-2
:错误(错误可能是服务端的shadowsocks未运行或者防火墙配置不当造成的)\0
:初始值(未知)>0
:连接延迟(毫秒)