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 733 public repositories matching this topic...
-
Updated
Nov 3, 2021 - Go
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
Nov 15, 2021
-
Updated
Sep 2, 2021 - Swift
-
Updated
May 4, 2021 - Shell
-
Updated
Nov 3, 2021 - C
-
Updated
Nov 14, 2021 - Go
-
Updated
Nov 11, 2021 - Go
-
Updated
Apr 12, 2021 - Python
-
Updated
Nov 14, 2021 - C#
-
Updated
Nov 2, 2019 - C++
-
Updated
Aug 1, 2021 - Shell
-
Updated
Oct 25, 2021 - JavaScript
What would you like the app to enable you to do?
Users might want to set up Outline server in places where Google is unavailable. domains.google.com/checkip fails in those instances, so we should offer an alternative such as icanhazip.com or manual entry.
Additional context
https://www.reddit.com/r/outlinevpn/comments/oyx1vh/how_to_install_the_server_in_china/
-
Updated
Nov 14, 2021
-
Updated
Nov 6, 2021
-
Updated
Aug 14, 2021 - Shell
-
Updated
Sep 6, 2021 - JavaScript
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
Nov 10, 2021 - Shell
Created by clowwindy
Released April 20, 2012
Latest release almost 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将来能支持这种类型的节点嘛?