::arg().setSwitch("8bit-dns", "Allow 8bit dns queries") = "no";
#ifdef HAVE_LUA_RECORDS
::arg().setSwitch("enable-lua-records", "Process Lua records for all zones (metadata overrides this)") = "no";
- ::arg().setSwitch("enable-lua-record-updates", "Allow updates to Lua records") = "no";
::arg().setSwitch("lua-records-insert-whitespace", "Insert whitespace when combining Lua chunks") = "no";
::arg().set("lua-records-exec-limit", "Lua records scripts execution limit (instructions count). Values <= 0 mean no limit") = "1000";
::arg().set("lua-health-checks-expire-delay", "Stops doing health checks after the record hasn't been used for that delay (in seconds)") = "3600";
::arg().setSwitch("views", "Enable views (variants) of zones, for backends which support them") = "no";
+ // Needed by Lua backend
+ ::arg().setSwitch("enable-lua-record-updates", "Allow updates to Lua records") = "no";
+
// FIXME520: remove when branching 5.2
::arg().set("entropy-source", "") = "";
::arg().set("rng", "") = "";