Xray-core/app/dns
2026-02-06 01:42:31 +00:00
..
fakedns Chore: Generate *.pb.go files with protoc v6.33.5 2026-02-03 09:34:02 +00:00
cache_controller.go feat(dns): add parallel query (#5239) 2025-11-21 05:45:42 +00:00
config.go
config.pb.go Chore: Generate *.pb.go files with protoc v6.33.5 2026-02-03 09:34:02 +00:00
config.proto fix(dns): inheritance issue with disableCache (#5351) 2025-11-27 02:12:37 +00:00
dns.go MPH domian matcher: Support building & using cache directly (instead of building from geosite.dat when Xray starts) (#5505) 2026-01-31 13:22:00 +00:00
dns_test.go Geofiles: Revert related changes for now, waiting for better changes (#5557) 2026-01-17 12:40:53 +00:00
dnscommon.go feat(dns): add optimistic caching (#5237) 2025-11-21 05:38:06 +00:00
dnscommon_test.go Test_parseResponse(t *testing.T): Use dns.google for IPv6 (#5060) 2025-08-27 09:37:13 +00:00
hosts.go MPH domian matcher: Support building & using cache directly (instead of building from geosite.dat when Xray starts) (#5505) 2026-01-31 13:22:00 +00:00
hosts_test.go MPH domian matcher: Support building & using cache directly (instead of building from geosite.dat when Xray starts) (#5505) 2026-01-31 13:22:00 +00:00
nameserver.go MPH domian matcher: Support building & using cache directly (instead of building from geosite.dat when Xray starts) (#5505) 2026-01-31 13:22:00 +00:00
nameserver_cached.go feat(dns): add parallel query (#5239) 2025-11-21 05:45:42 +00:00
nameserver_doh.go Xray-core: Dynamic Chrome User-Agent for all HTTP requests by default (overwriteable through config) (#5658) 2026-02-06 01:42:31 +00:00
nameserver_doh_test.go feat(dns): add optimistic caching (#5237) 2025-11-21 05:38:06 +00:00
nameserver_fakedns.go feat(dns): add parallel query (#5239) 2025-11-21 05:45:42 +00:00
nameserver_local.go feat(dns): add parallel query (#5239) 2025-11-21 05:45:42 +00:00
nameserver_local_test.go DNS: Fix some bugs; Refactors; Optimizations (#4659) 2025-04-29 08:39:57 +00:00
nameserver_quic.go Proxy: Add Hysteria outbound & transport (version 2, udphop) and Salamander udpmask (#5508) 2026-01-13 13:31:51 +00:00
nameserver_quic_test.go feat(dns): add optimistic caching (#5237) 2025-11-21 05:38:06 +00:00
nameserver_tcp.go feat(dns): add parallel query (#5239) 2025-11-21 05:45:42 +00:00
nameserver_tcp_test.go feat(dns): add optimistic caching (#5237) 2025-11-21 05:38:06 +00:00
nameserver_udp.go DNS: Check err for UDP dns.PackMessage(req.msg) (#5512) 2026-01-09 14:22:07 +00:00