mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Inbound rule support
This commit is contained in:
parent
9f4c0ff624
commit
7c57eb70e8
34 changed files with 622 additions and 247 deletions
|
@ -1,8 +1,6 @@
|
|||
package adapter
|
||||
|
||||
import (
|
||||
"net/netip"
|
||||
|
||||
M "github.com/sagernet/sing/common/metadata"
|
||||
)
|
||||
|
||||
|
@ -13,10 +11,10 @@ type Inbound interface {
|
|||
}
|
||||
|
||||
type InboundContext struct {
|
||||
Source netip.AddrPort
|
||||
Destination M.Socksaddr
|
||||
Inbound string
|
||||
Network string
|
||||
Protocol string
|
||||
Source M.Socksaddr
|
||||
Destination M.Socksaddr
|
||||
Domain string
|
||||
Protocol string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue