Skip to content

Commit

Permalink
Update entry.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Feb 10, 2024
1 parent dd27c88 commit f46cd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ if [ ! -f "$conf" ]; then
[ -n "$DNS2" ] && sed -i -e "s/1.1.1.1/$DNS2/g" "$conf"
fi

exec dnsmasq "--conf-file=$conf" --no-daemon
exec dnsmasq "--conf-file=$conf" --no-daemon --no-resolv

0 comments on commit f46cd8e

Please sign in to comment.