mirror of https://github.com/openwrt/packages.git
12 lines
420 B
Diff
12 lines
420 B
Diff
--- a/src/daemon/configfile.c
|
|
+++ b/src/daemon/configfile.c
|
|
@@ -104,7 +104,7 @@ static cf_global_option_t cf_global_opti
|
|
{"BaseDir", NULL, 0, PKGLOCALSTATEDIR},
|
|
{"PIDFile", NULL, 0, PIDFILE},
|
|
{"Hostname", NULL, 0, NULL},
|
|
- {"FQDNLookup", NULL, 0, "true"},
|
|
+ {"FQDNLookup", NULL, 0, "false"},
|
|
{"Interval", NULL, 0, NULL},
|
|
{"ReadThreads", NULL, 0, "5"},
|
|
{"WriteThreads", NULL, 0, "5"},
|