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