Shadowsocks

Shadowsocks (SS for short) is an encrypted transmission protocol based on Socks5 proxy mode, and can also refer to various development packages that implement this protocol.
Here are 759 public repositories matching this topic...
-
Updated
Mar 16, 2022 - Go
-
Updated
Mar 16, 2022
Please read contributing guidelines. Thanks.
Describe the bug
select one profile, and double click the profile and drag upwards, profiles would be displayed incorrectly
To Reproduce
Steps to reproduce the behavior:
1.select one profile
2.double click the profile fast
3.don't let go your finger and draw it upwards immediately
Expected behavior
normal
Screenshots
!
-
Updated
Mar 6, 2022 - Swift
使用Caddy开启本地PAC服务
- 运行压缩包内的caddy.exe
- 得到PAC地址,可以填入IE中 http://127.0.0.1:10810/pac
压缩包内的pac文件中,下面字符串可以自行修改,连接的是本地的http端口10809
var proxy = "PROXY 127.0.0.1:10809;";
-
Updated
May 4, 2021 - Shell
-
Updated
Mar 16, 2022 - Go
-
Updated
Mar 15, 2022 - C
-
Updated
Mar 11, 2022 - Go
-
Updated
Apr 12, 2021 - Python
-
Updated
Nov 14, 2021 - C#
-
Updated
Nov 2, 2019 - C++
-
Updated
Mar 8, 2022 - JavaScript
-
Updated
Jan 28, 2022 - Shell
-
Updated
Mar 16, 2022
Describe the bug
The "Quit" button does not work in Ubuntu (before installing linux services), you still have to click the "Close" button in the titlebar.
To Reproduce
- Click the Hamburger Menu
- Click "Quit"
Expected behavior
Window closes and Outline Client should exit.
Client System (please complete the following information):
- Outline Client - Latest
- Your
-
Updated
Mar 8, 2022
Right now the encryptionMethod
is fixed to chacha20-ietf-poly1305
:
Here are the recommended methods in shadowsocks:
- aes-128-gcm, aes-256-gcm
- chacha20-ietf-poly1305
Modern hardwares (CPUs) have crypto instructions that support AES encryption
-
Updated
Sep 6, 2021 - JavaScript
-
Updated
Mar 16, 2022 - Rust
-
Updated
Jan 29, 2022 - Shell
Created by clowwindy
Released April 20, 2012
Latest release about 5 years ago
- Repository
- shadowsocks/shadowsocks
- Website
- shadowsocks.org
- Wikipedia
- Wikipedia
简要描述问题
windows10,.net组件正常,能够正常运行冰使用Shadowsocks 4.1.10,
只是最近朋友给我的ss节点,其密码都是64位的字符串,填入Shadowsocks 4.1.10,客户端中,结果连接不上,节点的加密方式为chacha20-ietf-poly1305。朋友说是这个认证方式是 shadowsocks-libev 引入的。
用朋友给我的一个命令行程序([demon.zip]https://github.com/shadowsocks/shadowsocks-windows/files/5012306/demon.zip)
)能够连上。
shadowsocks-windows将来能支持这种类型的节点嘛?