Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MetaCubeX/mihomo
/ Obfs
Interface
Obfs
transport/ssr/obfs/obfs.go:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
type
Obfs
interface
{
20
StreamConn(net.Conn) net.Conn
21
}
22
23
type
obfsCreator
func
(b *Base) Obfs
24
Callers
5
StreamConnContext
Method · 0.65
streamConnContext
Method · 0.65
streamConnContext
Method · 0.65
HandleConn
Method · 0.65
HandleConn
Method · 0.65
Implementers
14
AeadCipher
transport/shadowsocks/core/cipher.go
StreamCipher
transport/shadowsocks/core/cipher.go
dummy
transport/shadowsocks/core/cipher.go
authSHA1V4
transport/ssr/protocol/auth_sha1_v4.go
origin
transport/ssr/protocol/origin.go
authChainA
transport/ssr/protocol/auth_chain_a.go
authAES128
transport/ssr/protocol/auth_aes128_sha
authChainB
transport/ssr/protocol/auth_chain_b.go
tls12Ticket
transport/ssr/obfs/tls1.2_ticket_auth.
httpObfs
transport/ssr/obfs/http_simple.go
randomHead
transport/ssr/obfs/random_head.go
plain
transport/ssr/obfs/plain.go
Calls
no outgoing calls
Tested by
no test coverage detected