File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### v10.2.3 (2025-11-30)
2+
3+ * DNS: fix port encoding in HTTPS and SVCB records, add tests
4+ (#399 @nickbetteridge )
5+ * Dns_resolver_root.reserved_zone_records: add private networks, extend with
6+ IPv6 networks from RFC 6303 (#401 #402 @hannesm )
7+ * Dns_resolver_root.reserved_zones: type is now Rr_map.t Domain_name.Map.t
8+ (#402 @hannesm )
9+ * resolver: use Dns_resolver_root.reserved_zones to not lookup private zones
10+ in the authoritative nameservers (#403 @hannesm )
11+ * resolver, stub: guard the usage of Dns_resolver_root.reserved_zones behind the
12+ boolean flag ` add_reserved ` (#404 @hannesm )
13+ * stub: also record clients (if ` record_clients ` is provided, default is true)
14+ (#405 @hannesm )
15+ * stub, resolver: add a stream (Lwt_condition.t) of query_info to display the
16+ live queries in a web interface (#407 @reynir @hannesm )
17+
118### v10.2.2 (2025-10-20)
219
320* Expose a module type insotead of a module for Dns_mirage_resolver_shared.S,
You can’t perform that action at this time.
0 commit comments