From 9ed98145fd1d8ea0a31f1648da8fa4208e204dd8 Mon Sep 17 00:00:00 2001 From: Valentin Kuznetsov Date: Sun, 7 Mar 2021 08:25:37 -0500 Subject: [PATCH] fix argument --- dasconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dasconfig.json b/dasconfig.json index fb7688c..50d7ea0 100644 --- a/dasconfig.json +++ b/dasconfig.json @@ -21,7 +21,7 @@ "updateDNs": 60, "timeout": 180, "logFile": "/tmp/das.log", - "UseDNSCache": false, + "useDNSCache": false, "authDN": false, "verbose": 0 }