add untracked files

This commit is contained in:
2024-11-27 10:16:41 +01:00
parent 007bd1614a
commit 396053a94f
45 changed files with 3128 additions and 0 deletions

6
dns-ad-blocker/run Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/with-contenv sh
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