Skip to content

Commit

Permalink
Merge pull request #103 from rackerlabs/dnsmasq-updates
Browse files Browse the repository at this point in the history
fix: dnsmasq debug dump to stderr
  • Loading branch information
nicholaskuechler authored May 23, 2024
2 parents d5e117a + dd288c4 commit 43d49d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/dnsmasq/entry-point.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir -p /etc/dnsmasq.d/optsdir.d
render_j2_file /etc/dnsmasq.conf.j2 /etc/dnsmasq.conf

if [ -n "${DEBUG_DNSMASQ_CONF+x}" ]; then
cat /etc/dnsmasq.conf
cat /etc/dnsmasq.conf >&2
fi

/usr/sbin/dnsmasq --test
Expand Down

0 comments on commit 43d49d4

Please sign in to comment.