base sagernet and migrate to circleci
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user