mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-08-18 21:04:54 -04:00
handle inbound detour in vmess inbound
This commit is contained in:
@@ -10,7 +10,7 @@ var (
|
||||
)
|
||||
|
||||
type Command interface {
|
||||
Marshal(io.Writer) (int, error)
|
||||
Marshal(io.Writer)
|
||||
Unmarshal([]byte) error
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user