sing-box/adapter/inbound_context.go
2022-07-01 16:58:18 +08:00

17 lines
253 B
Go

package adapter
import (
"net/netip"
M "github.com/sagernet/sing/common/metadata"
)
type InboundContext struct {
Source netip.AddrPort
Destination M.Socksaddr
Inbound string
Network string
Protocol string
Domain string
}