27 lines
778 B
Diff
27 lines
778 B
Diff
--- 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
|
|
|