implement match_only for resolve routing action
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
--- a/adapter/inbound.go
|
||||
+++ b/adapter/inbound.go
|
||||
@@ -79,14 +79,15 @@
|
||||
FallbackNetworkType []C.InterfaceType
|
||||
FallbackDelay time.Duration
|
||||
|
||||
- DestinationAddresses []netip.Addr
|
||||
- SourceGeoIPCode string
|
||||
- GeoIPCode string
|
||||
- ProcessInfo *ConnectionOwner
|
||||
- SourceMACAddress net.HardwareAddr
|
||||
- SourceHostname string
|
||||
- QueryType uint16
|
||||
- FakeIP bool
|
||||
+ DestinationAddresses []netip.Addr
|
||||
+ IgnoreDestinationAddresses bool
|
||||
+ SourceGeoIPCode string
|
||||
+ GeoIPCode string
|
||||
+ ProcessInfo *ConnectionOwner
|
||||
+ SourceMACAddress net.HardwareAddr
|
||||
+ SourceHostname string
|
||||
+ QueryType uint16
|
||||
+ FakeIP bool
|
||||
|
||||
// rule cache
|
||||
|
||||
Reference in New Issue
Block a user