From 916a9dd9401cf7b574f8a61305ad633ae2827c89 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Sat, 12 Apr 2025 20:04:02 +0200 Subject: [PATCH] disable logging in dns ad blocker --- dns-ad-blocker/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dns-ad-blocker/run b/dns-ad-blocker/run index e1643a6..a60a600 100755 --- a/dns-ad-blocker/run +++ b/dns-ad-blocker/run @@ -2,5 +2,5 @@ echo "Starting dnsmasq..." # Running dnsmasq as root prevents needing to run the entire container with --cap-add=NET_ADMIN -#dnsmasq --user=root --keep-in-foreground --log-facility=/dev/stdout -dnsmasq --log-queries --user=root --keep-in-foreground --log-facility=/var/log/dnsmasq.log --addn-hosts=/etc/dnsmasq.hosts +dnsmasq --user=root --keep-in-foreground --log-facility=/dev/stdout +#dnsmasq --log-queries --user=root --keep-in-foreground --log-facility=/var/log/dnsmasq.log --addn-hosts=/etc/dnsmasq.hosts