summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.def.c b/config/config.def.c
index 873977ac..b79d35ea 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -104,6 +104,7 @@ Settings config = {
/** Lazy mode setting */
.lazy_filter_limit = 5000,
/** auto select */
- .auto_select = FALSE
+ .auto_select = FALSE,
+ .parse_hosts = FALSE
};