comparison util/prosodyctl/check.lua @ 14216:2ec517d8d43e

net.unbound: Enable DNSSEC by default with option for turning off You know what they say about opt-in security. Enabling DNSSEC in libunbound without a way to turn it off would likely be a problem for those whose DNS resolvers do not support, or outright block DNSSEC. The merge algorithm already in place here doesn't have a way to unset something, so instead a simpler boolean setting is introduced, similar to some existing ones like use_ipv6/4 and use_dane.
author Kim Alvefur <zash@zash.se>
date Sun, 07 Jun 2026 20:32:55 +0200
parents 70b08435e47b
children 565debd9c37a
comparison
equal deleted inserted replaced
14215:2719dbb358c8 14216:2ec517d8d43e
466 "tcp_keepalives", 466 "tcp_keepalives",
467 "tls_profile", 467 "tls_profile",
468 "trusted_proxies", 468 "trusted_proxies",
469 "umask", 469 "umask",
470 "use_dane", 470 "use_dane",
471 "use_dnssec",
471 "use_ipv4", 472 "use_ipv4",
472 "use_ipv6", 473 "use_ipv6",
473 "websocket_frame_buffer_limit", 474 "websocket_frame_buffer_limit",
474 "websocket_frame_fragment_limit", 475 "websocket_frame_fragment_limit",
475 "websocket_get_response_body", 476 "websocket_get_response_body",