You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debug mode: don't fork to the background, don't write a pid file, don't change user id, generate a complete cache dump on receipt on SIGUSR1, log to stderr as well as syslog, don't fork new processes to handle TCP queries. Note that this option is for use in debugging only, to stop dnsmasq daemonising in production, use --keep-in-foreground.
I haven't worked that much with dnsmasq, so if --no-daemon is more correct for Docker usage, it would be nice to know why.
The text was updated successfully, but these errors were encountered:
-k, --keep-in-foreground
Do not go into the background at startup but otherwise run as normal. This is intended for use when dnsmasq is run under daemontools or launchd.
You are correct, we should be using --keep-in-foreground
From dnsmasq docs:
I haven't worked that much with dnsmasq, so if
--no-daemon
is more correct for Docker usage, it would be nice to know why.The text was updated successfully, but these errors were encountered: