mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Default --dump-mask to all-on, rather than all-off.
This commit is contained in:
@@ -5935,6 +5935,9 @@ void read_opts(int argc, char **argv, char *compile_opts)
|
|||||||
daemon->randport_limit = 1;
|
daemon->randport_limit = 1;
|
||||||
daemon->host_index = SRC_AH;
|
daemon->host_index = SRC_AH;
|
||||||
daemon->max_procs = MAX_PROCS;
|
daemon->max_procs = MAX_PROCS;
|
||||||
|
#ifdef HAVE_DUMPFILE
|
||||||
|
daemon->dump_mask = 0xffffffff;
|
||||||
|
#endif
|
||||||
#ifdef HAVE_DNSSEC
|
#ifdef HAVE_DNSSEC
|
||||||
daemon->limit[LIMIT_SIG_FAIL] = DNSSEC_LIMIT_SIG_FAIL;
|
daemon->limit[LIMIT_SIG_FAIL] = DNSSEC_LIMIT_SIG_FAIL;
|
||||||
daemon->limit[LIMIT_CRYPTO] = DNSSEC_LIMIT_CRYPTO;
|
daemon->limit[LIMIT_CRYPTO] = DNSSEC_LIMIT_CRYPTO;
|
||||||
|
|||||||
Reference in New Issue
Block a user