diff --git a/debian/default b/debian/default index 977f5d7..d6b7327 100644 --- a/debian/default +++ b/debian/default @@ -3,5 +3,6 @@ # installed at /etc/default/dns-flood-detector by the maintainer scripts # options that are passed to the Daemon. -# here: daemon mode, be more verbose, alarm at > 5/s, stats every 3 secs -DAEMON_OPTS="-d -v -v -t5 -w3" +# HINT: leave "-b". If not stopping via init script will not work +# here: bindsnap mode, be more verbose, alarm at > 5/s, stats every 3 secs +DAEMON_OPTS="-b -v -v -t5 -w3"