diff -r cd3b5912c9a3 -r bb5f772b3189 util/prosodyctl/check.lua --- a/util/prosodyctl/check.lua Mon May 16 14:51:01 2022 +0200 +++ b/util/prosodyctl/check.lua Thu May 26 13:03:58 2022 +0200 @@ -709,10 +709,6 @@ local dns = require "net.dns"; pcall(function () local unbound = require"net.unbound"; - local unbound_config = configmanager.get("*", "unbound") or {}; - unbound_config.hoststxt = false; -- don't look at /etc/hosts - configmanager.set("*", "unbound", unbound_config); - unbound.dns.purge(); -- ensure the above config is used dns = unbound.dns; end) local idna = require "util.encodings".idna;