mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-18 08:49:54 -04:00
refactor shell
This commit is contained in:
11
inbound_detour.go
Normal file
11
inbound_detour.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package core
|
||||
|
||||
import (
|
||||
"v2ray.com/core/proxy"
|
||||
)
|
||||
|
||||
type InboundDetourHandler interface {
|
||||
Start() error
|
||||
Close()
|
||||
GetConnectionHandler() (proxy.InboundHandler, int)
|
||||
}
|
||||
Reference in New Issue
Block a user