------------
- daemon/tls: disable TLS resumption via tickets for TLS <= 1.2 (#742, !1295)
- daemon/http: DoH now responds with proper HTTP codes (#728, !1279)
+- renumber module: allow rewriting subnet to a single IP (!1302)
Bugfixes
--------
-- Source subnet, destination subnet
{'10.10.10.0/24', '192.168.1.0'},
-- Remap /16 block to localhost address range
- {'166.66.0.0/16', '127.0.0.0'}
+ {'166.66.0.0/16', '127.0.0.0'},
+ -- Remap a /32 block to a single address
+ {'2001:db8::/32', '::1!'},
}
}
+
+.. TODO: renumber.name() hangs in vacuum, kind of. No occurrences in code or docs, and probably bad UX.