base sagernet and migrate to circleci

This commit is contained in:
iceBear67
2026-07-16 04:47:12 +00:00
parent cf2658264a
commit 87871e223f
16 changed files with 322 additions and 149 deletions
+6 -22
View File
@@ -1,26 +1,10 @@
--- a/adapter/inbound.go
+++ b/adapter/inbound.go
@@ -79,14 +79,15 @@
FallbackNetworkType []C.InterfaceType
@@ -85,6 +85,7 @@
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
DestinationAddresses []netip.Addr
+ IgnoreDestinationAddresses bool // OMV: match_only, skip pre-resolved destination addresses when dialing
DNSResponse *dns.Msg
DestinationAddressMatchFromResponse bool
SourceGeoIPCode string