Add override destination to route options

This commit is contained in:
世界
2024-11-14 18:31:37 +08:00
parent bcc24ab2e3
commit 7e3d95a456
8 changed files with 132 additions and 51 deletions

View File

@@ -61,9 +61,10 @@ type InboundContext struct {
// cache
// Deprecated: implement in rule action
InboundDetour string
LastInbound string
OriginDestination M.Socksaddr
InboundDetour string
LastInbound string
OriginDestination M.Socksaddr
RouteOriginalDestination M.Socksaddr
// Deprecated
InboundOptions option.InboundOptions
UDPDisableDomainUnmapping bool