Skip to content
/ ss Public

我希望把win上C#版的ss移植到deepin上

License

Notifications You must be signed in to change notification settings

IMEVER/ss

Repository files navigation

Shadowsocks Client

Shadowsocks Client: If you want to keep a secret, you must also hide it from yourself.

Thanks a lot for Deepin System Monitor, Shadowsocks for Windows, libQtShadowsocks.

English

开发这个软件用到的原理,技术请参考影梭客户端原理剖析

关于这个软件的开发进展,可以去deepin论坛,看这个帖子

与其他客户端的比较

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配置

默认使用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文件

Develop

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以上版本

License

Shadowsocks Client is licensed under GPLv3.

About

我希望把win上C#版的ss移植到deepin上

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages