clash/dns
Jiahao Lu e1ec0d25a6
Fix: DNS cache max-age (#2850)
Regarding DNS cache, it's advisable to not rely on the TTL values
mentioned in the Ns and Extra sections. Otherwise, any DNS queries
that do not yield any results (such as for non-existent.example.com)
will be accidentally cached.

The need for the ACME challenge hack has been eliminated and as
such, it has been removed.
2023-07-29 13:18:12 +08:00
..
client.go Feature: sync missing resolver logic from premium, but still net.IP on opensource 2022-08-13 13:07:35 +08:00
dhcp.go Chore: reduce dhcp dns client cost 2022-08-24 21:36:19 +08:00
doh.go Feature: sync missing resolver logic from premium, but still net.IP on opensource 2022-08-13 13:07:35 +08:00
enhancer.go Fix: mapping dns should not stale 2023-07-27 21:23:08 +08:00
filters.go Style: use gofumpt for fmt 2021-10-10 23:44:09 +08:00
middleware.go Fix: mapping dns should not stale 2023-07-27 21:23:08 +08:00
resolver.go Fix: aysnc exchange with new context (#2788) 2023-06-13 23:44:48 +08:00
server.go Fix: ignore empty dns server error 2022-01-05 11:41:31 +08:00
util.go Fix: DNS cache max-age (#2850) 2023-07-29 13:18:12 +08:00