From: Petr Špaček Date: Wed, 5 Dec 2018 14:47:17 +0000 (+0100) Subject: do not enable experimental dot module by default X-Git-Tag: v3.2.0~17^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=511461456a2346279eeeac8c299a86f2c0a824bc;p=thirdparty%2Fknot-resolver.git do not enable experimental dot module by default --- diff --git a/daemon/lua/sandbox.lua b/daemon/lua/sandbox.lua index 0a459e02c..017e3a399 100644 --- a/daemon/lua/sandbox.lua +++ b/daemon/lua/sandbox.lua @@ -323,7 +323,6 @@ modules.load('detect_time_skew') modules.load('detect_time_jump') modules.load('ta_sentinel') modules.load('edns_keepalive') -modules.load('dot') -- Interactive command evaluation function eval_cmd(line, raw)