summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-03-29 12:27:00 +0200
committerQC <qball@gmpclient.org>2015-03-29 12:27:00 +0200
commit55160c6eff8cc91a93da83be62fc8766cd1a388b (patch)
tree515f49f8ae32ee79eb5f395afe0faf7a729065fd /config
parenta083e21a6bf0d8f5e91b302a5033d1da5043145a (diff)
Issue: #137, Parse /etc/hosts file.
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
};