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