sing-box/adapter
世界 1ebff74c21
Fix DNS cache not working when domain strategy is set
The cache lookup was performed before rule matching, using the caller's
strategy (usually AsIS/0) instead of the resolved strategy. This caused
cache misses when ipv4_only was configured globally but the cache lookup
expected both A and AAAA records.

Remove LookupCache and ExchangeCache from Router, as the cache checks
inside client.Lookup and client.Exchange already handle caching correctly
after rule matching with the proper strategy and transport.
2025-12-21 16:59:10 +08:00
..
endpoint refactor: WireGuard endpoint 2025-01-13 15:14:30 +08:00
inbound Add resolved service and DNS server 2025-07-08 13:14:41 +08:00
outbound Fix outbound start 2025-08-21 09:41:31 +08:00
service Add resolved service and DNS server 2025-07-08 13:14:41 +08:00
certificate.go Add certificate store 2025-07-08 13:12:14 +08:00
connections.go refactor: connection manager 2025-01-13 15:14:30 +08:00
dns.go Fix DNS cache not working when domain strategy is set 2025-12-21 16:59:10 +08:00
endpoint.go refactor: WireGuard endpoint 2025-01-13 15:14:30 +08:00
experimental.go Add certificate store 2025-07-08 13:12:14 +08:00
fakeip.go Add service component type 2025-07-08 13:14:41 +08:00
fakeip_metadata.go Add fakeip support 2023-06-07 20:31:26 +08:00
handler.go Fix lint 2025-01-13 15:14:30 +08:00
inbound.go Fix multiple sniff 2025-09-03 20:09:05 +08:00
lifecycle.go Add service component type 2025-07-08 13:14:41 +08:00
lifecycle_legacy.go Add service component type 2025-07-08 13:14:41 +08:00
network.go Fix bind_interface not working with auto_redirect 2025-08-17 14:48:01 +08:00
outbound.go refactor: Extract services form router 2025-01-13 15:14:29 +08:00
prestart.go refactor: Modular inbound/outbound manager 2025-01-13 15:14:29 +08:00
router.go Add certificate store 2025-07-08 13:12:14 +08:00
rule.go Add service component type 2025-07-08 13:14:41 +08:00
service.go Add service component type 2025-07-08 13:14:41 +08:00
ssm.go Add SSM API service 2025-07-08 13:14:42 +08:00
time.go Add service component type 2025-07-08 13:14:41 +08:00
upstream.go Fix adapter handler 2025-11-16 08:34:46 +08:00
upstream_legacy.go Fix read address 2025-09-05 15:16:14 +08:00
v2ray.go Crazy sekai overturns the small pond 2025-01-13 15:14:29 +08:00