Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadowsocks-plus/shadowsocks-plus-win
An installer for SSPlus local proxy on Windows
https://github.com/shadowsocks-plus/shadowsocks-plus-win
Last synced: 25 days ago
JSON representation
An installer for SSPlus local proxy on Windows
- Host: GitHub
- URL: https://github.com/shadowsocks-plus/shadowsocks-plus-win
- Owner: shadowsocks-plus
- License: gpl-3.0
- Created: 2016-08-24T00:30:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T06:10:54.000Z (almost 8 years ago)
- Last Synced: 2024-08-03T17:12:24.458Z (4 months ago)
- Language: C#
- Size: 5.2 MB
- Stars: 23
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **21**星
README
# Shadowsocks-Plus-Win [Deprecated due to Rewriting of Shadowsocks-Plus]
An installer for SSPlus local proxy on Windows## Disclaimer
- The first release was published on the second day of my C# study
- I have limited programming experience and sometimes don't know what I am doing
- This app is not integrated with SSPlus itself, it works as a wrapper or launcher## Usage
- Fill in your server config details, click `Run`
- A success message will notify you if the local proxy has been started without errors
- You gotta manually configure your browser or other apps to use the local proxy, I recommend using `SwitchyOmega` in Chrome (you can find an offline CRX installer for `SwitchyOmega` in the released archvice)
- Check `Auto start with system` to run this app at system startup, uncheck to disable this feature
- Further information can be found in [my blog](https://jm33.me)## TO-DO
- [x] Save config details into a config file and load config info from it
- [ ] Hide into system tray
- [ ] Enable system proxy with [Privoxy](https://www.privoxy.org/)
- [ ] Convert SOCKS5 to VPN?## Acknowledgement & License
- This app uses a compiled [Shadowsocks-Plus](https://github.com/shadowsocks-plus/shadowsocks-plus) client, which is developed by [losfair](https://github.com/losfair)
- Published under GPLv3