This website requires JavaScript.
Explore
Help
Sign In
xmengnet
/
mihomo
Watch
1
Star
1
Fork
You've already forked mihomo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6e0c3a368f
mihomo
/
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 a new issue
Copy permalink