This website requires JavaScript.
Explore
Help
Sign In
Shikong
/
Clash.Meta
Watch
1
Star
0
Fork
0
You've already forked Clash.Meta
mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced
2024-11-16 06:01:21 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ad6336231c
Clash.Meta
/
transport
/
ssr
/
obfs
/
base.go
10 lines
104 B
Go
Raw
Normal View
History
Unescape
Escape
Feature: add ssr support (#805) * Refactor ssr stream cipher to expose iv and key References: https://github.com/Dreamacro/go-shadowsocks2 https://github.com/sh4d0wfiend/go-shadowsocksr2 * Implement ssr obfs Reference: https://github.com/mzz2017/shadowsocksR * Implement ssr protocol References: https://github.com/mzz2017/shadowsocksR https://github.com/shadowsocksRb/shadowsocksr-libev https://github.com/shadowsocksr-backup/shadowsocksr
2020-07-22 23:02:15 +08:00
package
obfs
type
Base
struct
{
Improve: refactor ssr and fix #995 (#1189) Co-authored-by: goomada <madao@DESKTOP-IOEBS0C.localdomain>
2021-02-15 14:32:03 +08:00
Host
string
Port
int
Key
[
]
byte
IVSize
int
Param
string
Feature: add ssr support (#805) * Refactor ssr stream cipher to expose iv and key References: https://github.com/Dreamacro/go-shadowsocks2 https://github.com/sh4d0wfiend/go-shadowsocksr2 * Implement ssr obfs Reference: https://github.com/mzz2017/shadowsocksR * Implement ssr protocol References: https://github.com/mzz2017/shadowsocksR https://github.com/shadowsocksRb/shadowsocksr-libev https://github.com/shadowsocksr-backup/shadowsocksr
2020-07-22 23:02:15 +08:00
}
Reference in New Issue
Copy Permalink