Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wzdnzd/shadowsocksx-ng-r
ShadowsocksX-NG-R: Shadowsocks(R) Client for MacOS
https://github.com/wzdnzd/shadowsocksx-ng-r
gfw macos pac proxy shadowsocks shadowsocksr shadowsocksx shadowsocksx-ng ss-local ssr
Last synced: 26 days ago
JSON representation
ShadowsocksX-NG-R: Shadowsocks(R) Client for MacOS
- Host: GitHub
- URL: https://github.com/wzdnzd/shadowsocksx-ng-r
- Owner: wzdnzd
- Created: 2019-05-29T16:12:12.000Z (over 5 years ago)
- Default Branch: rm
- Last Pushed: 2020-05-07T05:46:14.000Z (over 4 years ago)
- Last Synced: 2024-08-03T17:12:22.264Z (4 months ago)
- Topics: gfw, macos, pac, proxy, shadowsocks, shadowsocksr, shadowsocksx, shadowsocksx-ng, ss-local, ssr
- Homepage: https://github.com/wzdnzd/ShadowsocksX-NG-R
- Size: 16.6 MB
- Stars: 463
- Watchers: 16
- Forks: 89
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **141**星
README
# 使用须知
## 本工具是为了方便学习与工作,毕竟很多东西用Google搜比Baidu更靠谱,因此希望大家注意以下几点- GFW=智商墙,请注意提高自己的智力,勿被境外利益集团洗脑
- 墙外≠法外,请注意自己言行,本工具是为了学习而不是让你叛国
- 爱国富强的前提是自己要有独立思考问题的能力,而不是秀智力
- 下载地址:[releases](https://github.com/wzdnzd/ShadowsocksX-NG-R/releases)
# ShadowsocksX-NG-R
[![Build Status](https://travis-ci.org/shadowsocksr/ShadowsocksX-NG.svg?branches=develop)](https://travis-ci.org/shadowsocksr/ShadowsocksX-NG)
[ShadowsocksX-NG](https://github.com/shadowsocks/ShadowsocksX-NG) with SSR support.
## Why?
It's hard to maintain the original implement. There are too many unused code in it.
It also embed ss-local source. It's crazy to maintain 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 code related to GUI left.
Then I rewrite the GUI code by swift.## Requirements
### Running
- macOS 10.12 +
### Building
- Xcode 11.1+
- cocoapod 1.8.4+## Fetures
- SSR features!
- Ability to check update from GitHub.
- White domain list & white IP list
- Use ss-local from shadowsocksr-libev 2.5.6
- Ability to update PAC by download GFW List from GitHub. (You can even customize your list)
- Ability to update ACL white list from GutHub. (You can even customize your list)
- Show QRCode for current server profile.
- Scan QRCode from screen.
- Import config.json to config all your servers (SSR-C# password protect not supported yet)
- Auto launch at login.
- User rules for PAC.
- Support for OTA is removed
- An advance preferences panel to configure:
- Local socks5 listen address.
- Local socks5 listen port.
- Local socks5 timeout.
- If enable UDP relay.
- GFW List url.
- ACL White List url.
- ACL GFW list and proxy bach CHN list.
- Manual spesify network service profiles which would be configure the proxy.
- Could reorder shadowsocks profiles by drag & drop in servers preferences panel.
- Auto check update (unable to auto download)## Different from orignal ShadowsocksX
Run ss-local as backgroud service through launchd, not in app process.
So after you quit the app, the ss-local maybe is still running.Add a manual mode which won't configure the system proxy settings.
Then you could configure your apps to use socks5 proxy manual.## Contributing
Contributions must be available on a separately named branch based on the latest version of the main branch develop.
ref: [GitFlow](http://nvie.com/posts/a-successful-git-branching-model/)
## License
The project is released under the terms of GPLv3.