Merge pull request #481 from imnotpopo/patch-1

Small typo fixes in README
This commit is contained in:
Qiu Yuzhou
2017-09-07 17:08:20 +08:00
committed by GitHub

View File

@ -33,33 +33,33 @@ From [here](https://github.com/shadowsocks/ShadowsocksX-NG/releases/)
## Features ## Features
- Use `ss-local` from shadowsocks-libev 3.0.5 - Uses `ss-local` from shadowsocks-libev 3.0.5
- Could update PAC by download GFW List from GitHub. - Could update PAC by download GFW List from GitHub.
- Show QRCode for current server profile. - Shows QRCode for current server profile.
- Scan QRCode from screen. - Scans QRCode from screen.
- Auto launch at login. - Auto launch at login.
- User rules for PAC. - User rules for PAC.
- Support for [AEAD Ciphers](https://shadowsocks.org/en/spec/AEAD-Ciphers.html) - Support for [AEAD Ciphers](https://shadowsocks.org/en/spec/AEAD-Ciphers.html)
- HTTP Proxy by [privoxy](http://www.privoxy.org/) - HTTP Proxy by [privoxy](http://www.privoxy.org/)
- Over [kcptun](https://github.com/xtaci/kcptun). Version 20170322 - Over [kcptun](https://github.com/xtaci/kcptun). Version 20170322
- Export/Import configure file. - Export/Import configure file.
- An advanced preferences panel to configure: - An advanced preferences panel for configuring:
- Local SOCKS5 listen address. - Local SOCKS5 listen address.
- Local SOCKS5 listen port. - Local SOCKS5 listen port.
- Local SOCKS5 timeout. - Local SOCKS5 timeout.
- If enable UDP relay. - If enable UDP relay.
- GFW List URL. - GFW List URL.
- Manual specify network service profiles which would be configure the proxy. - Manually specify network service profiles which would be used to configure the proxy.
- Could reorder shadowsocks profiles by drag & drop in servers preferences panel. - Could reorder shadowsocks profiles by drag-&-dropping in servers preferences panel.
- Configurable global shortcuts for toggle running and switch proxy mode. - Configurable global shortcuts for toggle running and switch proxy mode.
## Different from original ShadowsocksX ## Difference from original ShadowsocksX
Run `ss-local` as a background service through launchd, not as an in-app process. `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` maybe be still running. 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. Added a manual mode which won't configure the system proxy settings,
Then you could configure your apps to use the SOCKS5 proxy manually. so that you could configure your apps to use the SOCKS5 proxy manually.
## Contributing ## Contributing