Set --local-service in Debian package startup.

This commit is contained in:
Simon Kelley
2014-03-05 15:01:08 +00:00
parent c8a80487cd
commit 1a9a3489ec
3 changed files with 17 additions and 0 deletions

8
debian/init vendored
View File

@@ -90,6 +90,14 @@ if [ ! "$DNSMASQ_USER" ]; then
DNSMASQ_USER="dnsmasq"
fi
# This tells dnsmasq to ignore DNS requests that don't come from a local network.
# It's automatically ignored if --interface --except-interface, --listen-address
# or --auth-server exist in the configuration, so for most installations, it will
# have no effect, but for otherwise-unconfigured installations, it stops dnsmasq
# from being vulnerable to DNS-reflection attacks.
DNSMASQ_OPTS="$DNSMASQ_OPTS --local-service"
start()
{
# Return