From 6e85f1f5ea1757743bfce1fcf84f7d502d905564 Mon Sep 17 00:00:00 2001 From: Qiu Yuzhou Date: Fri, 10 Jun 2016 20:02:49 +0800 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2813439 --- /dev/null +++ b/README.md @@ -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.