Searched +full:dnslookups -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 4 of 4) sorted by relevance
10 $conf['dnslookups'] = 0; //speedup tests
170 $conf['dnslookups'] = 1; //disable to disallow IP to hostname lookups
256 $meta['dnslookups'] = ['onoff'];
856 * If $conf['dnslookups'] is disabled it simply returns the input string866 if (!$conf['dnslookups']) return $ips;