From f453d407a9f03d6eb601e12936a55e11c76ffe89 Mon Sep 17 00:00:00 2001 From: Jacob Salmela Date: Sat, 5 Dec 2015 14:14:34 -0600 Subject: [PATCH] log-async For better performance. I have been using it for a few weeks with no adverse effects. --- advanced/dnsmasq.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/advanced/dnsmasq.conf b/advanced/dnsmasq.conf index 8fe5bb2..25f52a5 100644 --- a/advanced/dnsmasq.conf +++ b/advanced/dnsmasq.conf @@ -45,3 +45,6 @@ log-facility=/var/log/pihole.log # server for potentially stale date, you can set a time-to-live (in # seconds) here. local-ttl=300 + +# This allows it to continue functioning without being blocked by syslog, and allows syslog to use dnsmasq for DNS queries without risking deadlock +log-async