Create README.md

This commit is contained in:
Qiu Yuzhou
2016-06-10 20:02:49 +08:00
committed by GitHub
parent e5e2680aa3
commit 6e85f1f5ea

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# ShadowsocksX-NG
Next Generation of ShadowsocksX in https://github.com/shadowsocks/shadowsocks-iOS
## Why another version
It's hard to maintaine the original implement. There are too many unused code in it.
It also embed ss-local source. It's crazy to maitaine depandences of ss-local.
So it's hard to update ss-local version.
Now I just copy the ss-local from home brew. Run ss-local executable as a Launch Agent in background.
Serve pac js file as a file url. So there are only some souce codes related to GUI left.
## TODO List
- Launch At Login
- GUI for OTA config
- Copy a ss url to pasteboard in the server profile UI.