Shadowsocks Client: If you want to keep a secret, you must also hide it from yourself.
深度影梭客户端:一款专门为Deepin打造的工具,您贴心好帮手。
Thanks a lot for
开发这个软件用到的原理,技术请参考影梭客户端原理剖析
关于这个软件的开发进展,可以去deepin论坛,看这个帖子
如果遇到任何问题,请及时提Issues,或者去论坛发帖,我会尽快解决。
ss-win | ssx-ng | ss-qt5 | ss-android | ss-client | |
---|---|---|---|---|---|
System Proxy | ✓ | ✓ | ✗ | ✓ | ✓ |
CHNRoutes | ✓ | ✓ | ✗ | ✓ | ✗ |
PAC Configuration | ✓ | ✓ | ✗ | ✗ | ✓ |
Profile Switching | ✓ | ✓ | ✓ | ✓ | ✓ |
QR Code Scan | ✓ | ✓ | ✓ | ✓ | ✓ |
QR Code Generation | ✓ | ✓ | ✓ | ✓ | ✓ |
建议直接下载我打包好的deb包 最新发布
日志文字存储在~/.cache/pikachu/shadowsocks-client/
默认使用pac配置文件,https://raw.githubusercontent.com/PikachuHy/shadowsocks-client/master/autoproxy.pac
如果需要自己配置pac文件,可以使用genpac
使用命令
genpac --format pac --pac-proxy "SOCKS5 127.0.0.1:1080" > autoproxy.pac
即可以生成需要的pac文件
CLion 2017.3 & Qt 5.6 are required.
sudo apt update
sudo apt install qt5-default qttools5-dev-tools -y
sudo apt install libdtkbase-dev libdtkwidget-dev -y
sudo apt install libdframeworkdbus-dev -y
sudo apt install libqrencode-dev libzbar-dev -y
sudo apt install libdtkbase-dev libdtkcore-dev libdtksettings-dev libdtksettingsview-dev libdtkutil-dev libdtkwidget-dev libdtkwm-dev -y
sudo apt install dh-make fakeroot -y
cd shadowsocks-client
mkdir build && cd build
cmake ..
make -j4
./shadowsocks-client
特别注意,需要Botan2.3以上版本,libQtShadowsocks 2.0.2以上版本
Shadowsocks Client is licensed under GPLv3.
NAME | LICENSE | URL |
---|---|---|
Deepin Tool Kit Core | GPLv3 | https://github.com/linuxdeepin/dtkcore |
Deepin Tool Kit Widget | GPLv3 | https://github.com/linuxdeepin/dtkwidget |
Botan | Simplified BSD | https://github.com/randombit/botan |
libQtShadowsocks | LGPLv3 | https://github.com/shadowsocks/libQtShadowsocks |
ZBar | LGPLv2.1 | https://github.com/ZBar/ZBar |
libqrencode | LGPLv2.1 | https://github.com/fukuchi/libqrencode |