Kebin Liu 719203afc6 Merge pull request #1501 from hiddenSharp429/develop | hai 1 mes | |
---|---|---|
.github | hai 1 mes | |
LaunchHelper | hai 1 ano | |
Pods | %!s(int64=3) %!d(string=hai) anos | |
ShadowsocksX-NG | hai 1 mes | |
ShadowsocksX-NG.xcodeproj | hai 1 ano | |
ShadowsocksX-NG.xcworkspace | %!s(int64=7) %!d(string=hai) anos | |
ShadowsocksX-NGTests | %!s(int64=3) %!d(string=hai) anos | |
deps | hai 1 ano | |
proxy_conf_helper | %!s(int64=5) %!d(string=hai) anos | |
.gitignore | hai 1 ano | |
.gitmodules | hai 1 ano | |
LICENSE | %!s(int64=8) %!d(string=hai) anos | |
Makefile | hai 1 ano | |
Podfile | %!s(int64=3) %!d(string=hai) anos | |
Podfile.lock | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=3) %!d(string=hai) anos | |
_config.yml | %!s(int64=8) %!d(string=hai) anos | |
genstrings.py | %!s(int64=8) %!d(string=hai) anos |
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.