]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
default to no for 4.9.x 14126/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 2 May 2024 14:54:21 +0000 (16:54 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 13 May 2024 13:12:27 +0000 (15:12 +0200)
pdns/auth-main.cc

index e2c6f77bd288ca6827bc3c30928e563c96877599..80db76f12208d308edf6f6c86dd58c0178518003 100644 (file)
@@ -307,7 +307,7 @@ static void declareArguments()
   ::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("lua-records-insert-whitespace", "Insert whitespace when combining LUA chunks") = "no";
+  ::arg().setSwitch("lua-records-insert-whitespace", "Insert whitespace when combining LUA chunks") = "yes";
   ::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().set("lua-health-checks-interval", "LUA records health checks monitoring interval in seconds") = "5";