Add http/block outbound & Improve route
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
type Outbound interface {
|
||||
Type() string
|
||||
Tag() string
|
||||
Network() []string
|
||||
N.Dialer
|
||||
NewConnection(ctx context.Context, conn net.Conn, destination M.Socksaddr) error
|
||||
NewPacketConnection(ctx context.Context, conn N.PacketConn, destination M.Socksaddr) error
|
||||
|
||||
Reference in New Issue
Block a user