1
mirror of https://github.com/XTLS/Xray-core.git synced 2025-12-12 20:49:48 +04:00
Commit Graph

4 Commits

Author SHA1 Message Date
patterniha
99e736ac61 Patch: if A-ttl is not expired but AAAA-ttl is expired, we should only send AAAA-query and vice versa
1. if A-ttl is not expired but AAAA-ttl is expired, we should only send  AAAA-query and vice versa

2. `sendQuery` send each query in new goroutine so there is no need to run it in new goroutine.
2025-10-20 21:04:10 +03:30
Meo597
cd4f1cd4a5 fix CacheCleanup 2025-10-19 06:42:53 +08:00
Meo597
79787a0176 feat(dns): Implement optimistic caching 2025-10-19 02:24:04 +08:00
patterniha
aa4134f4a6 DNS: Fix some bugs; Refactors; Optimizations (#4659) 2025-04-29 08:39:57 +00:00