Kebin Liu 719203afc6 Merge pull request #1501 from hiddenSharp429/develop | há 1 mês atrás | |
---|---|---|
.github | há 1 mês atrás | |
LaunchHelper | há 1 ano atrás | |
Pods | há 3 anos atrás | |
ShadowsocksX-NG | há 1 mês atrás | |
ShadowsocksX-NG.xcodeproj | há 1 ano atrás | |
ShadowsocksX-NG.xcworkspace | há 7 anos atrás | |
ShadowsocksX-NGTests | há 3 anos atrás | |
deps | há 1 ano atrás | |
proxy_conf_helper | há 5 anos atrás | |
.gitignore | há 1 ano atrás | |
.gitmodules | há 1 ano atrás | |
LICENSE | há 8 anos atrás | |
Makefile | há 1 ano atrás | |
Podfile | há 3 anos atrás | |
Podfile.lock | há 3 anos atrás | |
README.md | há 3 anos atrás | |
_config.yml | há 8 anos atrás | |
genstrings.py | há 8 anos atrás |
Next Generation of ShadowsocksX
It's hard to maintain the original implementation as there is too much unused code in it.
It also embeds the ss-local
source code. It's crazy to maintain dependencies of ss-local
.
So it's hard to update the ss-local
version.
Now I just copied the ss-local
from Homebrew. Run ss-local
executable as a Launch Agent in the background.
So there is only some source code related to GUI left.
Then I have rewrited the GUI code in Swift.
macOS 10.12+
From here
ss-local
from shadowsocks-libev 3.2.5.kcptun
, simple-obfs
and v2ray-plugin
.ss-local
is run as a background service through launchd, not as an in-app process.
So after you quit the app, the ss-local
might be still running.
Added a manual mode which won't configure the system proxy settings, so that you could configure your apps to use the SOCKS5 proxy manually.
Contributions must be available on a separately named branch based on the latest version of the main branch develop
.
ref: GitFlow
The project is released under the terms of the GPLv3.