Avoid DNS timeouts by using host
and cache if available
This commit is contained in:
@@ -75,6 +75,10 @@
|
||||
// Use syslog() for logging all error messages and unauthorized login attempts.
|
||||
$config['syslog'] = false;
|
||||
|
||||
// Use `host` via shell_exec() to lookup hostnames, avoiding query timeouts. May not work on your system.
|
||||
// Requires safe_mode to be disabled.
|
||||
$config['dns_system'] = false;
|
||||
|
||||
/*
|
||||
* ====================
|
||||
* Database settings
|
||||
|
Reference in New Issue
Block a user