11 lines
408 B
Diff
11 lines
408 B
Diff
--- a/adapter/inbound.go
|
|
+++ b/adapter/inbound.go
|
|
@@ -85,6 +85,7 @@
|
|
FallbackDelay time.Duration
|
|
|
|
DestinationAddresses []netip.Addr
|
|
+ IgnoreDestinationAddresses bool // OMV: match_only, skip pre-resolved destination addresses when dialing
|
|
DNSResponse *dns.Msg
|
|
DestinationAddressMatchFromResponse bool
|
|
SourceGeoIPCode string
|