Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadowsocksr-live/ssrwin
ShadowsocksR (SSR) client for Windows
https://github.com/shadowsocksr-live/ssrwin
client gfw libuv native proxy shadowsocks shadowsocksr ss ssr windows
Last synced: 4 days ago
JSON representation
ShadowsocksR (SSR) client for Windows
- Host: GitHub
- URL: https://github.com/shadowsocksr-live/ssrwin
- Owner: ShadowsocksR-Live
- Created: 2018-10-30T05:19:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T11:45:32.000Z (8 months ago)
- Last Synced: 2025-01-08T10:08:15.189Z (4 days ago)
- Topics: client, gfw, libuv, native, proxy, shadowsocks, shadowsocksr, ss, ssr, windows
- Language: C
- Size: 1.14 MB
- Stars: 174
- Watchers: 11
- Forks: 58
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-network-stuff - **14**星
README
# SSR client for Windows
This client integrates [overtls](https://github.com/ShadowsocksR-Live/overtls) and [SSRoT](https://github.com/ShadowsocksR-Live/shadowsocksr-native/wiki) functions and is simple to operate.
This software is open source software.
[Overtls](https://github.com/ShadowsocksR-Live/overtls) server installation is [here](https://github.com/ShadowsocksR-Live/overtls#server-side-one-click-installation-script)
[SSRoT](https://github.com/ShadowsocksR-Live/shadowsocksr-native/wiki) server installation tutorial is [here](https://github.com/ShadowsocksR-Live/shadowsocksr-native/wiki/%E5%85%A8%E8%87%AA%E5%8A%A8%E5%AE%89%E8%A3%85-SSRoT-%E6%9C%8D%E5%8A%A1%E5%99%A8). Sorry for it's Chinese.
[Socks-hub](https://github.com/ssrlive/socks-hub) is a converter from HTTP/HTTPS proxy to SOCKS5 proxy,
which is a bridge between `Overtls`(or `SSRoT`) and your browser.![img](img/img01.png)
![img](img/img02.png)
# Build
You must use `git` to obtain source code.
```
git clone https://github.com/ShadowsocksR-Live/ssrWin.git
cd ssrWin# Please be patient, the following operation takes a long time.
git submodule update --init --recursive```
Then you can open the `ssrWin/src/ssrWin.sln` with Visual Studio 2010~2019 to build it.# Release link
https://github.com/ShadowsocksR-Live/ssrWin/releases/latest
# Feedback
If you have any questions or suggestions, please post your [issues](https://github.com/ShadowsocksR-Live/ssrWin/issues).