util.dependencies: Tone down lua-unbound dependency for now

At least until packages are available

Wording from MattJ
This commit is contained in:
Kim Alvefur 2020-06-27 14:25:57 +02:00
parent fb8e10737d
commit 8c73ea0b22
2 changed files with 4 additions and 1 deletions

View file

@ -100,10 +100,12 @@ local function check_dependencies()
local unbound, err = softreq"lunbound";
if not unbound then
--[[ TODO Re-enable once packages are available
missingdep("lua-unbound", {
{ "luarocks", "luarocks install luaunbound" };
{ "Source", "https://www.zash.se/luaunbound.html" };
}, "Old DNS resolver library will be used", err);
--]]
else
package.preload["net.adns"] = function ()
local ub = require "net.unbound";